#BAE1AA

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

Shades of Madang #BAE1AA

Tints of Madang #BAE1AA

Color information

#BAE1AA (or 0xBAE1AA) is unknown color: approx Madang. HEX triplet: BA, E1 and AA. RGB value is (186,225,170). Sum of RGB (Red+Green+Blue) = 186+225+170=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE1AA is #451E55. Grayscale: #CFCFCF. Windows color (decimal): -4529750 or 11198906. OLE color: 11198906.

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

Color convert

RGB186225170-
CMYK0.1700.240.12
HSL102.55º47.83%77.45%-
HSV(B)102.55º24.44%88.24%-
XYZ54.4367.1948.13-
YUV207.07107.08112.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 225 (88.28% from 255) = 38.73%
BLUE value IS 170 (66.80% from 255) = 29.26%
R=32.01%
G=38.73%
B=29.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862251700.1700.240.12102.5547.8377.45
HexBAE1AA11018C67304d
Octal272341252210301414760115
Binary10111010111000011010101010001011000110011001111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1AA; }

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

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

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

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

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

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

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

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