#99BAB2

Color #99BAB2 Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #99BAB2

Tints of Shadow Green #99BAB2

Color information

#99BAB2 (or 0x99BAB2) is unknown color: approx Shadow Green. HEX triplet: 99, BA and B2. RGB value is (153,186,178). Sum of RGB (Red+Green+Blue) = 153+186+178=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #99BAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BAB2 is #66454D. Grayscale: #AFAFAF. Windows color (decimal): -6702414 or 11713177. OLE color: 11713177.

HSL color Cylindrical-coordinate representation of color #99BAB2: hue angle of 165.45º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99BAB2 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB153186178-
CMYK0.1800.040.27
HSL165.45º19.3%66.47%-
HSV(B)165.45º17.74%72.94%-
XYZ38.7345.148.78-
YUV175.22129.57112.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.59%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 178 (69.92% from 255) = 34.43%
R=29.59%
G=35.98%
B=34.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531861780.1800.040.27165.4519.366.47
Hex99BAB212041Ba51342
Octal23127226222043324523102
Binary1001100110111010101100101001001001101110100101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BAB2; }

 p { color: rgb(153,186,178); }

 H1.HeaderClassName
 {
   color: #99BAB2;
 }
 .AnyTagClassName
 {
   color: #99BAB2;
 }
</style>
background-color css

<style>
 a { background-color: #99BAB2; }

 a { background-color: rgb(153,186,178); }

 div.DivClassName
 {
   background-color: #99BAB2;
 }
 .BgClassName
 {
   background-color: #99BAB2;
 }
</style>
border-color css

<style>
 span { border-color: #99BAB2; }

 span { border-color: rgb(153,186,178); }

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