Html Css Color HEX #96BDB6 Shadow Green

📋 copy color: '#96BDB6'

red 150 ◦ green 189 ◦ blue 182

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

Shades of Shadow Green #96BDB6

Tints of Shadow Green #96BDB6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.28%

 BLUE value IS 182 (71.48% from 255) = 34.93%

R = 28.79%
G = 36.28%
B = 34.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#96BDB6 (or 0x96BDB6) is known color: Shadow Green. HEX triplet: 96, BD and B6. RGB value is (150,189,182). Sum of RGB (Red+Green+Blue) = 150+189+182=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #96BDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDB6 is #694249. Grayscale: #B0B0B0. Windows color (decimal): -6898250 or 11976086. OLE color: 11976086.

HSL color Cylindrical-coordinate representation of color #96BDB6: hue angle of 169.23º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BDB6 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 189 182 -
CMYK 0.21 0 0.04 0.26
HSL 169.23º 0.23% 0.66% -
HSV(B) 169.23º 0.21% 0.74% -
XYZ 39.22 46.26 51.12 -
YUV 176.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 150 189 182 0.21 0 0.04 0.26 169.23 0.23 0.66
Hex 96 BD B6 15 0 4 1A A9 17 42
Octal 226 275 266 25 0 4 32 251 27 102
Binary 10010110 10111101 10110110 10101 0 100 11010 10101001 10111 1000010

Color Harmonies of #96BDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDB6

Black with #96BDB6

Text Example


Text Example

White with #96BDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,189,182); }

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

background-color css

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

 a { background-color: rgb(150,189,182); }

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

border-color css

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

 span { border-color: rgb(150,189,182); }

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