#95CCB9

Color #95CCB9 Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #95CCB9

Tints of Shadow Green #95CCB9

Color information

#95CCB9 (or 0x95CCB9) is unknown color: approx Shadow Green. HEX triplet: 95, CC and B9. RGB value is (149,204,185). Sum of RGB (Red+Green+Blue) = 149+204+185=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #95CCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CCB9 is #6A3346. Grayscale: #B9B9B9. Windows color (decimal): -6959943 or 12176533. OLE color: 12176533.

HSL color Cylindrical-coordinate representation of color #95CCB9: hue angle of 159.27º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CCB9 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB149204185-
CMYK0.2700.090.2
HSL159.27º35.03%69.22%-
HSV(B)159.27º26.96%80%-
XYZ42.7453.0853.89-
YUV185.39127.78102.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 27.70%
GREEN value IS 204 (80.08% from 255) = 37.92%
BLUE value IS 185 (72.66% from 255) = 34.39%
R=27.70%
G=37.92%
B=34.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1492041850.2700.090.2159.2735.0369.22
Hex95CCB91B09149f2345
Octal225314271330112423743105
Binary100101011100110010111001110110100110100100111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95CCB9; }

 p { color: rgb(149,204,185); }

 H1.HeaderClassName
 {
   color: #95CCB9;
 }
 .AnyTagClassName
 {
   color: #95CCB9;
 }
</style>
background-color css

<style>
 a { background-color: #95CCB9; }

 a { background-color: rgb(149,204,185); }

 div.DivClassName
 {
   background-color: #95CCB9;
 }
 .BgClassName
 {
   background-color: #95CCB9;
 }
</style>
border-color css

<style>
 span { border-color: #95CCB9; }

 span { border-color: rgb(149,204,185); }

 td.TdClassName
 {
   border-color: #95CCB9;
 }
 .TagClassName
 {
   border-color: #95CCB9;
 }
</style>