COLOR #95B054

HEX: #95B054
RGB: (149,176,84)

Color info

#95B054 contains mainly red and green colors. Web safe color of #95B054 is #999966 (or #996).

RGB color model

#95B054 color RGB value is (149,176,84).

  • red value is 149;
  • green value is 176;
  • blue value is 84.
RGB:
(149,176,84)
(58%,69%,33%)

RGB channels and saturation

R 149 of 255 = 58%
G 176 of 255 = 69%
B 84 of 255 = 33%

149
176
84

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

Portions of RGB colors in percentages

R + G + B =
149 + 176 + 84 = 409 (100%)
R 149 of 409 ~ 36.43%
G 176 of 409 ~ 43.03%
B 84 of 409 ~ 20.54%

%36.43
%43.03
%20.54

CMYK color model

#95B054 color CMYK value is (15,0,52,31).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 52.27%
  • key color value is 30.98%
CMYK:
(15,0,52,31)
C15M0Y52K31 
(15%,0%,52%,31%)
(0.15/0.00/0.52/0.31)	

CMYK percentages

%15.34
%0
%52.27
%30.98

Codes

Color #95B054 in popluar color models

95B054
RGB14917684
HSL78°36.80%50.98%
HSB/HSV78°52.27%69.02%
CMYK15.34%0.00%52.27%
30.98%

Color #95B054 in popluar number systems.

HEX95B054
Decimal14917684
Binary10010101101100001010100
Octal225260124

Shades and tints

Shades of #95B054

#95B054
(149,176,84)
#88A04D
(136,160,77)
#7B9046
(123,144,70)
#6E803F
(110,128,63)
#617038
(97,112,56)
#546031
(84,96,49)
#47502A
(71,80,42)
#3A4023
(58,64,35)
#2D301C
(45,48,28)
#202015
(32,32,21)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #95B054

#95B054
(149,176,84)
#9EB763
(158,183,99)
#A7BE72
(167,190,114)
#B0C581
(176,197,129)
#B9CC90
(185,204,144)
#C2D39F
(194,211,159)
#CBDAAE
(203,218,174)
#D4E1BD
(212,225,189)
#DDE8CC
(221,232,204)
#E6EFDB
(230,239,219)
#EFF6EA
(239,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B054 color. Also use rgb(149,176,84) instead hex code.

Text Font Color

.myTextColor { color: #95B054; }

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

This text font color is #95B054.


Background Color

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

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

This div background color is #95B054.


Border color

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

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

This div border color is #95B054.


Opacity

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

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

Text with #95B054 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 #95B054;}

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

This text has shadow with #95B054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B054 on black background.


Color preview on white background

This text has color #95B054 on white background.



Black color preview on #95B054 background

This text has black color on #95B054 background.


White color preview on #95B054 background

This text has white color on #95B054 background.