#BABF9C

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

Shades of Green Mist #BABF9C

Tints of Green Mist #BABF9C

Color information

#BABF9C (or 0xBABF9C) is unknown color: approx Green Mist. HEX triplet: BA, BF and 9C. RGB value is (186,191,156). Sum of RGB (Red+Green+Blue) = 186+191+156=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABF9C is #454063. Grayscale: #B9B9B9. Windows color (decimal): -4538468 or 10272698. OLE color: 10272698.

HSL color Cylindrical-coordinate representation of color #BABF9C: hue angle of 68.57º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BABF9C is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB186191156-
CMYK0.0300.180.25
HSL68.57º21.47%68.04%-
HSV(B)68.57º18.32%74.9%-
XYZ44.8850.138.76-
YUV185.52111.34128.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 156 (61.33% from 255) = 29.27%
R=34.90%
G=35.83%
B=29.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911560.0300.180.2568.5721.4768.04
HexBABF9C301219451544
Octal27227723430223110525104
Binary10111010101111111001110011010010110011000101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF9C; }

 p { color: rgb(186,191,156); }

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

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

 a { background-color: rgb(186,191,156); }

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

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

 span { border-color: rgb(186,191,156); }

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