#96C4B9

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

Shades of Shadow Green #96C4B9

Tints of Shadow Green #96C4B9

Color information

#96C4B9 (or 0x96C4B9) is unknown color: approx Shadow Green. HEX triplet: 96, C4 and B9. RGB value is (150,196,185). Sum of RGB (Red+Green+Blue) = 150+196+185=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 196 - color contains mainly: green. Hex color #96C4B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C4B9 is #693B46. Grayscale: #B4B4B4. Windows color (decimal): -6896455 or 12174486. OLE color: 12174486.

HSL color Cylindrical-coordinate representation of color #96C4B9: hue angle of 165.65º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C4B9 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB150196185-
CMYK0.2300.060.23
HSL165.65º28.05%67.84%-
HSV(B)165.65º23.47%76.86%-
XYZ41.0749.4753.28-
YUV180.99130.26105.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.25%
GREEN value IS 196 (76.95% from 255) = 36.91%
BLUE value IS 185 (72.66% from 255) = 34.84%
R=28.25%
G=36.91%
B=34.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501961850.2300.060.23165.6528.0567.84
Hex96C4B9170617a61c44
Octal22630427127062724634104
Binary1001011011000100101110011011101101011110100110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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