Html Css Color HEX #96C2B0 Shadow Green

📋 copy color: '#96C2B0'

red 150 ◦ green 194 ◦ blue 176

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

Shades of Shadow Green #96C2B0

Tints of Shadow Green #96C2B0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.31%

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

R = 28.85%
G = 37.31%
B = 33.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#96C2B0 (or 0x96C2B0) is known color: Shadow Green. HEX triplet: 96, C2 and B0. RGB value is (150,194,176). Sum of RGB (Red+Green+Blue) = 150+194+176=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #96C2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C2B0 is #693D4F. Grayscale: #B2B2B2. Windows color (decimal): -6896976 or 11584150. OLE color: 11584150.

HSL color Cylindrical-coordinate representation of color #96C2B0: hue angle of 155.45º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C2B0 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 194 176 -
CMYK 0.23 0 0.09 0.24
HSL 155.45º 0.27% 0.67% -
HSV(B) 155.45º 0.23% 0.76% -
XYZ 39.71 48.2 48.29 -
YUV 178.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 150 194 176 0.23 0 0.09 0.24 155.45 0.27 0.67
Hex 96 C2 B0 17 0 9 18 9B 1B 43
Octal 226 302 260 27 0 11 30 233 33 103
Binary 10010110 11000010 10110000 10111 0 1001 11000 10011011 11011 1000011

Color Harmonies of #96C2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C2B0

Black with #96C2B0

Text Example


Text Example

White with #96C2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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