#96BCB1

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

Shades of Shadow Green #96BCB1

Tints of Shadow Green #96BCB1

Color information

#96BCB1 (or 0x96BCB1) is unknown color: approx Shadow Green. HEX triplet: 96, BC and B1. RGB value is (150,188,177). Sum of RGB (Red+Green+Blue) = 150+188+177=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #96BCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BCB1 is #69434E. Grayscale: #AFAFAF. Windows color (decimal): -6898511 or 11648150. OLE color: 11648150.

HSL color Cylindrical-coordinate representation of color #96BCB1: hue angle of 162.63º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96BCB1 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB150188177-
CMYK0.2000.060.26
HSL162.63º22.09%66.27%-
HSV(B)162.63º20.21%73.73%-
XYZ38.545.6248.37-
YUV175.38128.91109.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 177 (69.53% from 255) = 34.37%
R=29.13%
G=36.50%
B=34.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501881770.2000.060.26162.6322.0966.27
Hex96BCB114061Aa31642
Octal22627426124063224326102
Binary1001011010111100101100011010001101101010100011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,188,177); }

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

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

 a { background-color: rgb(150,188,177); }

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

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

 span { border-color: rgb(150,188,177); }

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