Html Css Color HEX #96BCB7 Shadow Green

📋 copy color: '#96BCB7'

red 150 ◦ green 188 ◦ blue 183

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

Shades of Shadow Green #96BCB7

Tints of Shadow Green #96BCB7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.08%

 BLUE value IS 183 (71.88% from 255) = 35.12%

R = 28.79%
G = 36.08%
B = 35.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#96BCB7 (or 0x96BCB7) is known color: Shadow Green. HEX triplet: 96, BC and B7. RGB value is (150,188,183). Sum of RGB (Red+Green+Blue) = 150+188+183=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #96BCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCB7 is #694348. Grayscale: #B0B0B0. Windows color (decimal): -6898505 or 12041366. OLE color: 12041366.

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

Color convert

RGB 150 188 183 -
CMYK 0.20 0 0.03 0.26
HSL 172.11º 0.22% 0.66% -
HSV(B) 172.11º 0.2% 0.74% -
XYZ 39.11 45.87 51.59 -
YUV 176.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 150 188 183 0.20 0 0.03 0.26 172.11 0.22 0.66
Hex 96 BC B7 14 0 3 1A AC 16 42
Octal 226 274 267 24 0 3 32 254 26 102
Binary 10010110 10111100 10110111 10100 0 11 11010 10101100 10110 1000010

Color Harmonies of #96BCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCB7

Black with #96BCB7

Text Example


Text Example

White with #96BCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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