#BABF9B

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

Shades of Green Mist #BABF9B

Tints of Green Mist #BABF9B

Color information

#BABF9B (or 0xBABF9B) is unknown color: approx Green Mist. HEX triplet: BA, BF and 9B. RGB value is (186,191,155). Sum of RGB (Red+Green+Blue) = 186+191+155=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABF9B is #454064. Grayscale: #B9B9B9. Windows color (decimal): -4538469 or 10207162. OLE color: 10207162.

HSL color Cylindrical-coordinate representation of color #BABF9B: hue angle of 68.33º 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 #BABF9B is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB186191155-
CMYK0.0300.190.25
HSL68.33º21.95%67.84%-
HSV(B)68.33º18.85%74.9%-
XYZ44.850.0738.31-
YUV185.4110.84128.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 191 (75% from 255) = 35.90%
BLUE value IS 155 (60.94% from 255) = 29.14%
R=34.96%
G=35.90%
B=29.14%

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
Decimal1861911550.0300.190.2568.3321.9567.84
HexBABF9B301319441644
Octal27227723330233110426104
Binary10111010101111111001101111010011110011000100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF9B; }

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

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

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

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

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

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

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

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