#BABE92

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

Shades of Green Mist #BABE92

Tints of Green Mist #BABE92

Color information

#BABE92 (or 0xBABE92) is unknown color: approx Green Mist. HEX triplet: BA, BE and 92. RGB value is (186,190,146). Sum of RGB (Red+Green+Blue) = 186+190+146=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABE92 is #45416D. Grayscale: #B7B7B7. Windows color (decimal): -4538734 or 9617082. OLE color: 9617082.

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

Color convert

RGB186190146-
CMYK0.0200.230.25
HSL65.45º25.29%65.88%-
HSV(B)65.45º23.16%74.51%-
XYZ43.8549.3434.41-
YUV183.79106.67129.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 190 (74.61% from 255) = 36.40%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=35.63%
G=36.40%
B=27.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861901460.0200.230.2565.4525.2965.88
HexBABE92201719411942
Octal27227622220273110131102
Binary10111010101111101001001010010111110011000001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE92; }

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

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

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

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

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

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

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

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