Html Css Color HEX #96BBBA Shadow Green

📋 copy color: '#96BBBA'

red 150 ◦ green 187 ◦ blue 186

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

Shades of Shadow Green #96BBBA

Tints of Shadow Green #96BBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.56%

R = 28.68%
G = 35.76%
B = 35.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#96BBBA (or 0x96BBBA) is known color: Shadow Green. HEX triplet: 96, BB and BA. RGB value is (150,187,186). Sum of RGB (Red+Green+Blue) = 150+187+186=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #96BBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBBA is #694445. Grayscale: #AFAFAF. Windows color (decimal): -6898758 or 12237718. OLE color: 12237718.

HSL color Cylindrical-coordinate representation of color #96BBBA: hue angle of 178.38º 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 #96BBBA is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 187 186 -
CMYK 0.20 0 0.01 0.27
HSL 178.38º 0.21% 0.66% -
HSV(B) 178.38º 0.2% 0.73% -
XYZ 39.21 45.57 53.18 -
YUV 175.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 150 187 186 0.20 0 0.01 0.27 178.38 0.21 0.66
Hex 96 BB BA 14 0 1 1B B2 15 42
Octal 226 273 272 24 0 1 33 262 25 102
Binary 10010110 10111011 10111010 10100 0 1 11011 10110010 10101 1000010

Color Harmonies of #96BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BBBA

Black with #96BBBA

Text Example


Text Example

White with #96BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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