#96CAB9

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

Shades of Shadow Green #96CAB9

Tints of Shadow Green #96CAB9

Color information

#96CAB9 (or 0x96CAB9) is unknown color: approx Shadow Green. HEX triplet: 96, CA and B9. RGB value is (150,202,185). Sum of RGB (Red+Green+Blue) = 150+202+185=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CAB9 is #693546. Grayscale: #B8B8B8. Windows color (decimal): -6894919 or 12176022. OLE color: 12176022.

HSL color Cylindrical-coordinate representation of color #96CAB9: hue angle of 160.38º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CAB9 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB150202185-
CMYK0.2600.080.21
HSL160.38º32.91%69.02%-
HSV(B)160.38º25.74%79.22%-
XYZ42.4652.2353.74-
YUV184.51128.27103.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.93%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 185 (72.66% from 255) = 34.45%
R=27.93%
G=37.62%
B=34.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502021850.2600.080.21160.3832.9169.02
Hex96CAB91A0815a02145
Octal226312271320102524041105
Binary100101101100101010111001110100100010101101000001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96CAB9; }

 p { color: rgb(150,202,185); }

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

<style>
 a { background-color: #96CAB9; }

 a { background-color: rgb(150,202,185); }

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

<style>
 span { border-color: #96CAB9; }

 span { border-color: rgb(150,202,185); }

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