#BABD95

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

Shades of Green Mist #BABD95

Tints of Green Mist #BABD95

Color information

#BABD95 (or 0xBABD95) is unknown color: approx Green Mist. HEX triplet: BA, BD and 95. RGB value is (186,189,149). Sum of RGB (Red+Green+Blue) = 186+189+149=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD95 is #45426A. Grayscale: #B7B7B7. Windows color (decimal): -4538987 or 9813434. OLE color: 9813434.

HSL color Cylindrical-coordinate representation of color #BABD95: hue angle of 64.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BABD95 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB186189149-
CMYK0.0200.210.26
HSL64.5º23.26%66.27%-
HSV(B)64.5º21.16%74.12%-
XYZ43.874935.58-
YUV183.54108.51129.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 149 (58.59% from 255) = 28.44%
R=35.50%
G=36.07%
B=28.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891490.0200.210.2664.523.2666.27
HexBABD9520151A401742
Octal27227522520253210027102
Binary10111010101111011001010110010101110101000000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD95; }

 p { color: rgb(186,189,149); }

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

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

 a { background-color: rgb(186,189,149); }

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

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

 span { border-color: rgb(186,189,149); }

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