#BAEF99

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

Shades of Madang #BAEF99

Tints of Madang #BAEF99

Color information

#BAEF99 (or 0xBAEF99) is unknown color: approx Madang. HEX triplet: BA, EF and 99. RGB value is (186,239,153). Sum of RGB (Red+Green+Blue) = 186+239+153=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEF99 is #451066. Grayscale: #D5D5D5. Windows color (decimal): -4526183 or 10088378. OLE color: 10088378.

HSL color Cylindrical-coordinate representation of color #BAEF99: hue angle of 96.98º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAEF99 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB186239153-
CMYK0.2200.360.06
HSL96.98º72.88%76.86%-
HSV(B)96.98º35.98%93.73%-
XYZ56.8774.4741.51-
YUV213.3593.94108.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 239 (93.75% from 255) = 41.35%
BLUE value IS 153 (60.16% from 255) = 26.47%
R=32.18%
G=41.35%
B=26.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862391530.2200.360.0696.9872.8876.86
HexBAEF9916024661494d
Octal272357231260446141111115
Binary101110101110111110011001101100100100110110000110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEF99; }

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

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

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

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

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

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

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

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