Html Css Color HEX #96BAB7 Shadow Green

📋 copy color: '#96BAB7'

red 150 ◦ green 186 ◦ blue 183

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

Shades of Shadow Green #96BAB7

Tints of Shadow Green #96BAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.26%

R = 28.9%
G = 35.84%
B = 35.26%

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

#96BAB7 (or 0x96BAB7) is known color: Shadow Green. HEX triplet: 96, BA and B7. RGB value is (150,186,183). Sum of RGB (Red+Green+Blue) = 150+186+183=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BAB7 is #694548. Grayscale: #AEAEAE. Windows color (decimal): -6899017 or 12040854. OLE color: 12040854.

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

Color convert

RGB 150 186 183 -
CMYK 0.19 0 0.02 0.27
HSL 175º 0.21% 0.66% -
HSV(B) 175º 0.19% 0.73% -
XYZ 38.68 45.02 51.45 -
YUV 174.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 150 186 183 0.19 0 0.02 0.27 175 0.21 0.66
Hex 96 BA B7 13 0 2 1B AF 15 42
Octal 226 272 267 23 0 2 33 257 25 102
Binary 10010110 10111010 10110111 10011 0 10 11011 10101111 10101 1000010

Color Harmonies of #96BAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BAB7

Black with #96BAB7

Text Example


Text Example

White with #96BAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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