#BABE9E

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

Shades of Green Mist #BABE9E

Tints of Green Mist #BABE9E

Color information

#BABE9E (or 0xBABE9E) is unknown color: approx Green Mist. HEX triplet: BA, BE and 9E. RGB value is (186,190,158). Sum of RGB (Red+Green+Blue) = 186+190+158=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABE9E is #454161. Grayscale: #B9B9B9. Windows color (decimal): -4538722 or 10403514. OLE color: 10403514.

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

Color convert

RGB186190158-
CMYK0.0200.170.25
HSL67.5º19.75%68.24%-
HSV(B)67.5º16.84%74.51%-
XYZ44.8349.7339.58-
YUV185.16112.67128.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 158 (62.11% from 255) = 29.59%
R=34.83%
G=35.58%
B=29.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861901580.0200.170.2567.519.7568.24
HexBABE9E201119441444
Octal27227623620213110424104
Binary10111010101111101001111010010001110011000100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE9E; }

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

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

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

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

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

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

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

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