Html Css Color HEX #96BAB0 Shadow Green

📋 copy color: '#96BAB0'

red 150 ◦ green 186 ◦ blue 176

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

Shades of Shadow Green #96BAB0

Tints of Shadow Green #96BAB0

RGB

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

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

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

R = 29.3%
G = 36.33%
B = 34.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#96BAB0 (or 0x96BAB0) is known color: Shadow Green. HEX triplet: 96, BA and B0. RGB value is (150,186,176). Sum of RGB (Red+Green+Blue) = 150+186+176=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BAB0 is #69454F. Grayscale: #AEAEAE. Windows color (decimal): -6899024 or 11582102. OLE color: 11582102.

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

Color convert

RGB 150 186 176 -
CMYK 0.19 0 0.05 0.27
HSL 163.33º 0.21% 0.66% -
HSV(B) 163.33º 0.19% 0.73% -
XYZ 37.97 44.74 47.71 -
YUV 174.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 150 186 176 0.19 0 0.05 0.27 163.33 0.21 0.66
Hex 96 BA B0 13 0 5 1B A3 15 42
Octal 226 272 260 23 0 5 33 243 25 102
Binary 10010110 10111010 10110000 10011 0 101 11011 10100011 10101 1000010

Color Harmonies of #96BAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BAB0

Black with #96BAB0

Text Example


Text Example

White with #96BAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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