#BABC8F

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

Shades of Green Mist #BABC8F

Tints of Green Mist #BABC8F

Color information

#BABC8F (or 0xBABC8F) is unknown color: approx Green Mist. HEX triplet: BA, BC and 8F. RGB value is (186,188,143). Sum of RGB (Red+Green+Blue) = 186+188+143=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC8F is #454370. Grayscale: #B6B6B6. Windows color (decimal): -4539249 or 9419962. OLE color: 9419962.

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

Color convert

RGB186188143-
CMYK0.0100.240.26
HSL62.67º25.14%64.9%-
HSV(B)62.67º23.94%73.73%-
XYZ43.1948.3933.05-
YUV182.27105.84130.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 143 (56.25% from 255) = 27.66%
R=35.98%
G=36.36%
B=27.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881430.0100.240.2662.6725.1464.9
HexBABC8F10181A3f1941
Octal2722742171030327731101
Binary101110101011110010001111101100011010111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABC8F; }

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

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

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

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

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

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

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

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