#BABD90

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

Shades of Green Mist #BABD90

Tints of Green Mist #BABD90

Color information

#BABD90 (or 0xBABD90) is unknown color: approx Green Mist. HEX triplet: BA, BD and 90. RGB value is (186,189,144). Sum of RGB (Red+Green+Blue) = 186+189+144=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD90 is #45426F. Grayscale: #B7B7B7. Windows color (decimal): -4538992 or 9485754. OLE color: 9485754.

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

Color convert

RGB186189144-
CMYK0.0200.240.26
HSL64º25.42%65.29%-
HSV(B)64º23.81%74.12%-
XYZ43.4848.8533.52-
YUV182.97106.01130.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 144 (56.64% from 255) = 27.75%
R=35.84%
G=36.42%
B=27.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891440.0200.240.266425.4265.29
HexBABD9020181A401941
Octal27227522020303210031101
Binary10111010101111011001000010011000110101000000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD90; }

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

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

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

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

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

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

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

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