Html Css Color HEX #96C0B2 Shadow Green

📋 copy color: '#96C0B2'

red 150 ◦ green 192 ◦ blue 178

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

Shades of Shadow Green #96C0B2

Tints of Shadow Green #96C0B2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.92%

 BLUE value IS 178 (69.92% from 255) = 34.23%

R = 28.85%
G = 36.92%
B = 34.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#96C0B2 (or 0x96C0B2) is known color: Shadow Green. HEX triplet: 96, C0 and B2. RGB value is (150,192,178). Sum of RGB (Red+Green+Blue) = 150+192+178=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #96C0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C0B2 is #693F4D. Grayscale: #B1B1B1. Windows color (decimal): -6897486 or 11714710. OLE color: 11714710.

HSL color Cylindrical-coordinate representation of color #96C0B2: hue angle of 160º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C0B2 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 192 178 -
CMYK 0.22 0 0.07 0.25
HSL 160º 0.25% 0.67% -
HSV(B) 160º 0.22% 0.75% -
XYZ 39.46 47.4 49.19 -
YUV 177.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 150 192 178 0.22 0 0.07 0.25 160 0.25 0.67
Hex 96 C0 B2 16 0 7 19 A0 19 43
Octal 226 300 262 26 0 7 31 240 31 103
Binary 10010110 11000000 10110010 10110 0 111 11001 10100000 11001 1000011

Color Harmonies of #96C0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C0B2

Black with #96C0B2

Text Example


Text Example

White with #96C0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,192,178); }

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

background-color css

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

 a { background-color: rgb(150,192,178); }

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

border-color css

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

 span { border-color: rgb(150,192,178); }

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