Html Css Color HEX #96BAB6 Shadow Green

📋 copy color: '#96BAB6'

red 150 ◦ green 186 ◦ blue 182

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

Shades of Shadow Green #96BAB6

Tints of Shadow Green #96BAB6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.91%

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

R = 28.96%
G = 35.91%
B = 35.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#96BAB6 (or 0x96BAB6) is known color: Shadow Green. HEX triplet: 96, BA and B6. RGB value is (150,186,182). Sum of RGB (Red+Green+Blue) = 150+186+182=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BAB6 is #694549. Grayscale: #AEAEAE. Windows color (decimal): -6899018 or 11975318. OLE color: 11975318.

HSL color Cylindrical-coordinate representation of color #96BAB6: hue angle of 173.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96BAB6 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 182 -
CMYK 0.19 0 0.02 0.27
HSL 173.33º 0.21% 0.66% -
HSV(B) 173.33º 0.19% 0.73% -
XYZ 38.58 44.98 50.9 -
YUV 174.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 150 186 182 0.19 0 0.02 0.27 173.33 0.21 0.66
Hex 96 BA B6 13 0 2 1B AD 15 42
Octal 226 272 266 23 0 2 33 255 25 102
Binary 10010110 10111010 10110110 10011 0 10 11011 10101101 10101 1000010

Color Harmonies of #96BAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BAB6

Black with #96BAB6

Text Example


Text Example

White with #96BAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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