#BABF9A

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

Shades of Green Mist #BABF9A

Tints of Green Mist #BABF9A

Color information

#BABF9A (or 0xBABF9A) is unknown color: approx Green Mist. HEX triplet: BA, BF and 9A. RGB value is (186,191,154). Sum of RGB (Red+Green+Blue) = 186+191+154=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABF9A is #454065. Grayscale: #B9B9B9. Windows color (decimal): -4538470 or 10141626. OLE color: 10141626.

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

Color convert

RGB186191154-
CMYK0.0300.190.25
HSL68.11º22.42%67.65%-
HSV(B)68.11º19.37%74.9%-
XYZ44.7150.0337.87-
YUV185.29110.34128.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=35.03%
G=35.97%
B=29.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911540.0300.190.2568.1122.4267.65
HexBABF9A301319441644
Octal27227723230233110426104
Binary10111010101111111001101011010011110011000100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF9A; }

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

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

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

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

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

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

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

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