#96BAB9

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

Shades of Shadow Green #96BAB9

Tints of Shadow Green #96BAB9

Color information

#96BAB9 (or 0x96BAB9) is unknown color: approx Shadow Green. HEX triplet: 96, BA and B9. RGB value is (150,186,185). Sum of RGB (Red+Green+Blue) = 150+186+185=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BAB9 is #694546. Grayscale: #AFAFAF. Windows color (decimal): -6899015 or 12171926. OLE color: 12171926.

HSL color Cylindrical-coordinate representation of color #96BAB9: hue angle of 178.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96BAB9 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB150186185-
CMYK0.1900.010.27
HSL178.33º20.69%65.88%-
HSV(B)178.33º19.35%72.94%-
XYZ38.8945.152.56-
YUV175.12133.57110.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.79%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=28.79%
G=35.70%
B=35.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501861850.1900.010.27178.3320.6965.88
Hex96BAB913011Bb21542
Octal22627227123013326225102
Binary10010110101110101011100110011011101110110010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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