#BABF99

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

Shades of Green Mist #BABF99

Tints of Green Mist #BABF99

Color information

#BABF99 (or 0xBABF99) is unknown color: approx Green Mist. HEX triplet: BA, BF and 99. RGB value is (186,191,153). Sum of RGB (Red+Green+Blue) = 186+191+153=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABF99 is #454066. Grayscale: #B9B9B9. Windows color (decimal): -4538471 or 10076090. OLE color: 10076090.

HSL color Cylindrical-coordinate representation of color #BABF99: hue angle of 67.89º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BABF99 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB186191153-
CMYK0.0300.200.25
HSL67.89º22.89%67.45%-
HSV(B)67.89º19.9%74.9%-
XYZ44.635037.44-
YUV185.17109.84128.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 191 (75% from 255) = 36.04%
BLUE value IS 153 (60.16% from 255) = 28.87%
R=35.09%
G=36.04%
B=28.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911530.0300.200.2567.8922.8967.45
HexBABF99301419441743
Octal27227723130243110427103
Binary10111010101111111001100111010100110011000100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF99; }

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

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

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

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

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

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

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

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