#BAE899

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

Shades of Madang #BAE899

Tints of Madang #BAE899

Color information

#BAE899 (or 0xBAE899) is unknown color: approx Madang. HEX triplet: BA, E8 and 99. RGB value is (186,232,153). Sum of RGB (Red+Green+Blue) = 186+232+153=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 232 (91.02% from 255 or 40.63% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE899 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE899 is #451766. Grayscale: #D1D1D1. Windows color (decimal): -4527975 or 10086586. OLE color: 10086586.

HSL color Cylindrical-coordinate representation of color #BAE899: hue angle of 94.94º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAE899 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB186232153-
CMYK0.2000.340.09
HSL94.94º63.2%75.49%-
HSV(B)94.94º34.05%90.98%-
XYZ54.8670.4540.84-
YUV209.2496.26111.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 232 (91.02% from 255) = 40.63%
BLUE value IS 153 (60.16% from 255) = 26.80%
R=32.57%
G=40.63%
B=26.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862321530.2000.340.0994.9463.275.49
HexBAE8991402295f3f4b
Octal272350231240421113777113
Binary101110101110100010011001101000100010100110111111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE899; }

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

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

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

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

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

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

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

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