#BABC8C

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

Shades of Green Mist #BABC8C

Tints of Green Mist #BABC8C

Color information

#BABC8C (or 0xBABC8C) is unknown color: approx Green Mist. HEX triplet: BA, BC and 8C. RGB value is (186,188,140). Sum of RGB (Red+Green+Blue) = 186+188+140=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC8C is #454373. Grayscale: #B6B6B6. Windows color (decimal): -4539252 or 9223354. OLE color: 9223354.

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

Color convert

RGB186188140-
CMYK0.0100.260.26
HSL62.5º26.37%64.31%-
HSV(B)62.5º25.53%73.73%-
XYZ42.9748.331.87-
YUV181.93104.34130.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 188 (73.83% from 255) = 36.58%
BLUE value IS 140 (55.08% from 255) = 27.24%
R=36.19%
G=36.58%
B=27.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881400.0100.260.2662.526.3764.31
HexBABC8C101A1A3e1a40
Octal2722742141032327632100
Binary101110101011110010001100101101011010111110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABC8C; }

 p { color: rgb(186,188,140); }

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

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

 a { background-color: rgb(186,188,140); }

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

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

 span { border-color: rgb(186,188,140); }

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