#BAE199

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

Shades of Madang #BAE199

Tints of Madang #BAE199

Color information

#BAE199 (or 0xBAE199) is unknown color: approx Madang. HEX triplet: BA, E1 and 99. RGB value is (186,225,153). Sum of RGB (Red+Green+Blue) = 186+225+153=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE199 is #451E66. Grayscale: #CDCDCD. Windows color (decimal): -4529767 or 10084794. OLE color: 10084794.

HSL color Cylindrical-coordinate representation of color #BAE199: hue angle of 92.5º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAE199 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB186225153-
CMYK0.1700.320.12
HSL92.5º54.55%74.12%-
HSV(B)92.5º32%88.24%-
XYZ52.9266.5940.2-
YUV205.1398.58114.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 225 (88.28% from 255) = 39.89%
BLUE value IS 153 (60.16% from 255) = 27.13%
R=32.98%
G=39.89%
B=27.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862251530.1700.320.1292.554.5574.12
HexBAE19911020C5c374a
Octal272341231210401413467112
Binary101110101110000110011001100010100000110010111001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE199; }

 p { color: rgb(186,225,153); }

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

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

 a { background-color: rgb(186,225,153); }

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

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

 span { border-color: rgb(186,225,153); }

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