Html Css Color HEX #96BAB9 Shadow Green

📋 copy color: '#96BAB9'

red 150 ◦ green 186 ◦ blue 185

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

Shades of Shadow Green #96BAB9

Tints of Shadow Green #96BAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.51%

R = 28.79%
G = 35.7%
B = 35.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#96BAB9 (or 0x96BAB9) is known color: Shadow Green. HEX triplet: 96, BA and B9. RGB value is (150,186,185). Sum of RGB (Red+Green+Blue) = 150+186+185=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BAB9 is #694546. Grayscale: #AFAFAF. Windows color (decimal): -6899015 or 12171926. OLE color: 12171926.

HSL color Cylindrical-coordinate representation of color #96BAB9: hue angle of 178.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 #96BAB9 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 185 -
CMYK 0.19 0 0.01 0.27
HSL 178.33º 0.21% 0.66% -
HSV(B) 178.33º 0.19% 0.73% -
XYZ 38.89 45.1 52.56 -
YUV 175.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 150 186 185 0.19 0 0.01 0.27 178.33 0.21 0.66
Hex 96 BA B9 13 0 1 1B B2 15 42
Octal 226 272 271 23 0 1 33 262 25 102
Binary 10010110 10111010 10111001 10011 0 1 11011 10110010 10101 1000010

Color Harmonies of #96BAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BAB9

Black with #96BAB9

Text Example


Text Example

White with #96BAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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