Html Css Color HEX #96BAB8 Shadow Green

📋 copy color: '#96BAB8'

red 150 ◦ green 186 ◦ blue 184

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

Shades of Shadow Green #96BAB8

Tints of Shadow Green #96BAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.38%

R = 28.85%
G = 35.77%
B = 35.38%

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

#96BAB8 (or 0x96BAB8) is known color: Shadow Green. HEX triplet: 96, BA and B8. RGB value is (150,186,184). Sum of RGB (Red+Green+Blue) = 150+186+184=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BAB8 is #694547. Grayscale: #AEAEAE. Windows color (decimal): -6899016 or 12106390. OLE color: 12106390.

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

Color convert

RGB 150 186 184 -
CMYK 0.19 0 0.01 0.27
HSL 176.67º 0.21% 0.66% -
HSV(B) 176.67º 0.19% 0.73% -
XYZ 38.79 45.06 52 -
YUV 175.01 133.07 110.16 -
System Red Green Blue C M Y K H S L
Decimal 150 186 184 0.19 0 0.01 0.27 176.67 0.21 0.66
Hex 96 BA B8 13 0 1 1B B1 15 42
Octal 226 272 270 23 0 1 33 261 25 102
Binary 10010110 10111010 10111000 10011 0 1 11011 10110001 10101 1000010

Color Harmonies of #96BAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BAB8

Black with #96BAB8

Text Example


Text Example

White with #96BAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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