#BABE9A

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

Shades of Green Mist #BABE9A

Tints of Green Mist #BABE9A

Color information

#BABE9A (or 0xBABE9A) is unknown color: approx Green Mist. HEX triplet: BA, BE and 9A. RGB value is (186,190,154). Sum of RGB (Red+Green+Blue) = 186+190+154=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABE9A is #454165. Grayscale: #B8B8B8. Windows color (decimal): -4538726 or 10141370. OLE color: 10141370.

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

Color convert

RGB186190154-
CMYK0.0200.190.25
HSL66.67º21.69%67.45%-
HSV(B)66.67º18.95%74.51%-
XYZ44.549.637.8-
YUV184.7110.67128.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 154 (60.55% from 255) = 29.06%
R=35.09%
G=35.85%
B=29.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861901540.0200.190.2566.6721.6967.45
HexBABE9A201319431643
Octal27227623220233110326103
Binary10111010101111101001101010010011110011000011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE9A; }

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

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

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

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

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

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

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

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