#96CBB9

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

Shades of Shadow Green #96CBB9

Tints of Shadow Green #96CBB9

Color information

#96CBB9 (or 0x96CBB9) is unknown color: approx Shadow Green. HEX triplet: 96, CB and B9. RGB value is (150,203,185). Sum of RGB (Red+Green+Blue) = 150+203+185=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBB9 is #693446. Grayscale: #B9B9B9. Windows color (decimal): -6894663 or 12176278. OLE color: 12176278.

HSL color Cylindrical-coordinate representation of color #96CBB9: hue angle of 159.62º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CBB9 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB150203185-
CMYK0.2600.090.20
HSL159.62º33.76%69.22%-
HSV(B)159.62º26.11%79.61%-
XYZ42.6952.753.82-
YUV185.1127.94102.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.88%
GREEN value IS 203 (79.69% from 255) = 37.73%
BLUE value IS 185 (72.66% from 255) = 34.39%
R=27.88%
G=37.73%
B=34.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502031850.2600.090.20159.6233.7669.22
Hex96CBB91A0914a02245
Octal226313271320112424042105
Binary100101101100101110111001110100100110100101000001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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