#BABE90

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

Shades of Green Mist #BABE90

Tints of Green Mist #BABE90

Color information

#BABE90 (or 0xBABE90) is unknown color: approx Green Mist. HEX triplet: BA, BE and 90. RGB value is (186,190,144). Sum of RGB (Red+Green+Blue) = 186+190+144=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABE90 is #45416F. Grayscale: #B7B7B7. Windows color (decimal): -4538736 or 9486010. OLE color: 9486010.

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

Color convert

RGB186190144-
CMYK0.0200.240.25
HSL65.22º26.14%65.49%-
HSV(B)65.22º24.21%74.51%-
XYZ43.749.2833.59-
YUV183.56105.67129.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 144 (56.64% from 255) = 27.69%
R=35.77%
G=36.54%
B=27.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861901440.0200.240.2565.2226.1465.49
HexBABE90201819411a41
Octal27227622020303110132101
Binary10111010101111101001000010011000110011000001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE90; }

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

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

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

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

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

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

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

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