Html Css Color HEX #96BAB3 Shadow Green

📋 copy color: '#96BAB3'

red 150 ◦ green 186 ◦ blue 179

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

Shades of Shadow Green #96BAB3

Tints of Shadow Green #96BAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.76%

R = 29.13%
G = 36.12%
B = 34.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#96BAB3 (or 0x96BAB3) is known color: Shadow Green. HEX triplet: 96, BA and B3. RGB value is (150,186,179). Sum of RGB (Red+Green+Blue) = 150+186+179=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BAB3 is #69454C. Grayscale: #AEAEAE. Windows color (decimal): -6899021 or 11778710. OLE color: 11778710.

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

Color convert

RGB 150 186 179 -
CMYK 0.19 0 0.04 0.27
HSL 168.33º 0.21% 0.66% -
HSV(B) 168.33º 0.19% 0.73% -
XYZ 38.27 44.86 49.29 -
YUV 174.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 150 186 179 0.19 0 0.04 0.27 168.33 0.21 0.66
Hex 96 BA B3 13 0 4 1B A8 15 42
Octal 226 272 263 23 0 4 33 250 25 102
Binary 10010110 10111010 10110011 10011 0 100 11011 10101000 10101 1000010

Color Harmonies of #96BAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BAB3

Black with #96BAB3

Text Example


Text Example

White with #96BAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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