#BABD99

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

Shades of Green Mist #BABD99

Tints of Green Mist #BABD99

Color information

#BABD99 (or 0xBABD99) is unknown color: approx Green Mist. HEX triplet: BA, BD and 99. RGB value is (186,189,153). Sum of RGB (Red+Green+Blue) = 186+189+153=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD99 is #454266. Grayscale: #B8B8B8. Windows color (decimal): -4538983 or 10075578. OLE color: 10075578.

HSL color Cylindrical-coordinate representation of color #BABD99: hue angle of 65º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BABD99 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB186189153-
CMYK0.0200.190.26
HSL65º21.43%67.06%-
HSV(B)65º19.05%74.12%-
XYZ44.249.1337.29-
YUV184110.51129.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 189 (74.22% from 255) = 35.80%
BLUE value IS 153 (60.16% from 255) = 28.98%
R=35.23%
G=35.80%
B=28.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891530.0200.190.266521.4367.06
HexBABD9920131A411543
Octal27227523120233210125103
Binary10111010101111011001100110010011110101000001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD99; }

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

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

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

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

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

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

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

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