COLOR #95BE67

HEX: #95BE67 RGB: (149,190,103)

Color info

#95BE67 contains mainly red and green colors. Web safe color of #95BE67 is #99CC66 (or #9C6).

RGB color model

#95BE67 color RGB value is (149,190,103).

RGB: (149,190,103) (58%, 75%, 40%)

RGB channels and saturation

R 149 of 255 = 58%
G 190 of 255 = 75%
B 103 of 255 = 40%

149
190
103

R + G + B ~ 58%. #95BE67 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 190 + 103 = 442 (100%)
R 149 of 442 ~ 33.71%
G 190 of 442 ~ 42.99%
B 103 of 442 ~ 23.3'%

%33.71
%42.99
%23.3

CMYK color model

#95BE67 color CMYK value is (22,0,46,25).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 45.79%
  • key color value is 25.49%

CMYK: (22,0,46,25)
C22M0Y46K25 (22%, 0%, 46%, 25%)
(0.22 / 0.00 / 0.46 / 0.25)

CMYK percentages

%21.58
%0
%45.79
%25.49

Codes

Color #95BE67 in popluar color models

95 BE 67
RGB 149 190 103
HSL 88° 40.09% 57.45%
HSB/HSV 88° 45.79% 74.51%
CMYK 21.58% 0.00% 45.79%
25.49%

Color #95BE67 in popluar number systems.

HEX 95 BE 67
Decimal 149 190 103
Binary 10010101 10111110 1100111
Octal 225 276 147

Shades and tints

Shades of #95BE67

#95BE67
(149,190,103)
#88AD5E
(136,173,94)
#7B9C55
(123,156,85)
#6E8B4C
(110,139,76)
#617A43
(97,122,67)
#54693A
(84,105,58)
#475831
(71,88,49)
#3A4728
(58,71,40)
#2D361F
(45,54,31)
#202516
(32,37,22)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #95BE67

#95BE67
(149,190,103)
#9EC374
(158,195,116)
#A7C881
(167,200,129)
#B0CD8E
(176,205,142)
#B9D29B
(185,210,155)
#C2D7A8
(194,215,168)
#CBDCB5
(203,220,181)
#D4E1C2
(212,225,194)
#DDE6CF
(221,230,207)
#E6EBDC
(230,235,220)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BE67 color. Also use rgb(149,190,103) instead hex code.

Text Font Color

.myTextColor { color: #95BE67; }

<p style="color:#95BE67">This sample text font color is #95BE67.</p>

This text font color is #95BE67.

Background Color

.myBgColor { background-color: #95BE67; }

<div style="background-color:#95BE67">Inner text</div>

This div background color is #95BE67.

Border color

.myBorderColor { border: 1px solid #95BE67; }

<div style="border:3px solid #95BE67">Div</div>

This div border color is #95BE67.

Opacity

.myOpacity80 { color: #95BE67; opacity: 0.8; }

<p style="color:#95BE67;opacity:0.8;">80%</p>

Text with #95BE67 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #95BE67;}

<p style="text-shadow: 3px 3px 1px #95BE67">Text here.</p>

This text has shadow with #95BE67 color.


.textShadow {text-shadow: 3px 3px 1px #95BE67', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #95BE67, 5px 5px 20px red">Text here.</p>

This text has shadow with #95BE67 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95BE67, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#95BE67, Direction=45, Strength=4)">Text</p>

This text has shadow with #95BE67 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #95BE67;
-webkit-box-shadow: 1px 1px 3px 2px #95BE67;
box-shadow: 1px 1px 3px 2px #95BE67;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95BE67; -webkit-box-shadow: 1px 1px 3px 2px #95BE67; box-shadow:1px 1px 3px 2px #95BE67;">
Div content here
</div>

This div box has shadow with color #95BE67.

Preview

Color preview on black background

This text has color #95BE67 on black background.


Color preview on white background

This text has color #95BE67 on white background.


Black color preview on #95BE67 background

This text has black color on #95BE67 background.


White color preview on #95BE67 background

This text has white color on #95BE67 background.


Related colors

Complementary color

Complementary color for #hex is #6A4198.


I love getcolorcode.com

Triadic colors

1 #6795BE and #BE6795 with #95BE67 are triadic colors.

2 #67BE95 and #BE9567 with #95BE67 are triadic colors.