#BAEC99

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

Shades of Madang #BAEC99

Tints of Madang #BAEC99

Color information

#BAEC99 (or 0xBAEC99) is unknown color: approx Madang. HEX triplet: BA, EC and 99. RGB value is (186,236,153). Sum of RGB (Red+Green+Blue) = 186+236+153=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEC99 is #451366. Grayscale: #D3D3D3. Windows color (decimal): -4526951 or 10087610. OLE color: 10087610.

HSL color Cylindrical-coordinate representation of color #BAEC99: hue angle of 96.14º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAEC99 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB186236153-
CMYK0.2100.350.07
HSL96.14º68.6%76.27%-
HSV(B)96.14º35.17%92.55%-
XYZ55.9972.7341.22-
YUV211.5994.94109.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 236 (92.58% from 255) = 41.04%
BLUE value IS 153 (60.16% from 255) = 26.61%
R=32.35%
G=41.04%
B=26.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361530.2100.350.0796.1468.676.27
HexBAEC9915023760454c
Octal272354231250437140105114
Binary101110101110110010011001101010100011111110000010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEC99; }

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

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

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

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

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

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

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

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