#96BAB0

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

Shades of Shadow Green #96BAB0

Tints of Shadow Green #96BAB0

Color information

#96BAB0 (or 0x96BAB0) is unknown color: approx Shadow Green. HEX triplet: 96, BA and B0. RGB value is (150,186,176). Sum of RGB (Red+Green+Blue) = 150+186+176=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BAB0 is #69454F. Grayscale: #AEAEAE. Windows color (decimal): -6899024 or 11582102. OLE color: 11582102.

HSL color Cylindrical-coordinate representation of color #96BAB0: hue angle of 163.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 #96BAB0 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB150186176-
CMYK0.1900.050.27
HSL163.33º20.69%65.88%-
HSV(B)163.33º19.35%72.94%-
XYZ37.9744.7447.71-
YUV174.1129.07110.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.30%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 176 (69.14% from 255) = 34.38%
R=29.30%
G=36.33%
B=34.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501861760.1900.050.27163.3320.6965.88
Hex96BAB013051Ba31542
Octal22627226023053324325102
Binary1001011010111010101100001001101011101110100011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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