Html Css Color HEX #96BBB0 Shadow Green

📋 copy color: '#96BBB0'

red 150 ◦ green 187 ◦ blue 176

#96BBB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shadow Green #96BBB0

Tints of Shadow Green #96BBB0

RGB

 RED value IS 150 (58.98% from 255) = 29.24%

 GREEN value IS 187 (73.44% from 255) = 36.45%

 BLUE value IS 176 (69.14% from 255) = 34.31%

R = 29.24%
G = 36.45%
B = 34.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#96BBB0 (or 0x96BBB0) is known color: Shadow Green. HEX triplet: 96, BB and B0. RGB value is (150,187,176). Sum of RGB (Red+Green+Blue) = 150+187+176=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #96BBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BBB0 is #69444F. Grayscale: #AEAEAE. Windows color (decimal): -6898768 or 11582358. OLE color: 11582358.

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

Color convert

RGB 150 187 176 -
CMYK 0.20 0 0.06 0.27
HSL 162.16º 0.21% 0.66% -
HSV(B) 162.16º 0.2% 0.73% -
XYZ 38.18 45.16 47.78 -
YUV 174.68 128.74 110.39 -
System Red Green Blue C M Y K H S L
Decimal 150 187 176 0.20 0 0.06 0.27 162.16 0.21 0.66
Hex 96 BB B0 14 0 6 1B A2 15 42
Octal 226 273 260 24 0 6 33 242 25 102
Binary 10010110 10111011 10110000 10100 0 110 11011 10100010 10101 1000010

Color Harmonies of #96BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BBB0

Black with #96BBB0

Text Example


Text Example

White with #96BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96BBB0;
 }
 .AnyTagClassName
 {
   color: #96BBB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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