#96BFB5

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

Shades of Shadow Green #96BFB5

Tints of Shadow Green #96BFB5

Color information

#96BFB5 (or 0x96BFB5) is unknown color: approx Shadow Green. HEX triplet: 96, BF and B5. RGB value is (150,191,181). Sum of RGB (Red+Green+Blue) = 150+191+181=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 191 - color contains mainly: green. Hex color #96BFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFB5 is #69404A. Grayscale: #B1B1B1. Windows color (decimal): -6897739 or 11911062. OLE color: 11911062.

HSL color Cylindrical-coordinate representation of color #96BFB5: hue angle of 165.37º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BFB5 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB150191181-
CMYK0.2100.050.25
HSL165.37º24.26%66.86%-
HSV(B)165.37º21.47%74.9%-
XYZ39.5547.0850.72-
YUV177.6129.92108.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.74%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 181 (71.09% from 255) = 34.67%
R=28.74%
G=36.59%
B=34.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501911810.2100.050.25165.3724.2666.86
Hex96BFB5150519a51843
Octal22627726525053124530103
Binary1001011010111111101101011010101011100110100101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,191,181); }

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

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

 a { background-color: rgb(150,191,181); }

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

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

 span { border-color: rgb(150,191,181); }

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