#BABC9D

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

Shades of Green Mist #BABC9D

Tints of Green Mist #BABC9D

Color information

#BABC9D (or 0xBABC9D) is unknown color: approx Green Mist. HEX triplet: BA, BC and 9D. RGB value is (186,188,157). Sum of RGB (Red+Green+Blue) = 186+188+157=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC9D is #454362. Grayscale: #B7B7B7. Windows color (decimal): -4539235 or 10337466. OLE color: 10337466.

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

Color convert

RGB186188157-
CMYK0.0100.160.26
HSL63.87º18.79%67.65%-
HSV(B)63.87º16.49%73.73%-
XYZ44.3248.8438.99-
YUV183.87112.84129.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=35.03%
G=35.40%
B=29.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881570.0100.160.2663.8718.7967.65
HexBABC9D10101A401344
Octal27227423510203210023104
Binary1011101010111100100111011010000110101000000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABC9D; }

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

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

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

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

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

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

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

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