#BAE0AA

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

Shades of Madang #BAE0AA

Tints of Madang #BAE0AA

Color information

#BAE0AA (or 0xBAE0AA) is unknown color: approx Madang. HEX triplet: BA, E0 and AA. RGB value is (186,224,170). Sum of RGB (Red+Green+Blue) = 186+224+170=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE0AA is #451F55. Grayscale: #CECECE. Windows color (decimal): -4530006 or 11198650. OLE color: 11198650.

HSL color Cylindrical-coordinate representation of color #BAE0AA: hue angle of 102.22º degrees, saturation: 0.47, 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 #BAE0AA is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB186224170-
CMYK0.1700.240.12
HSL102.22º46.55%77.25%-
HSV(B)102.22º24.11%87.84%-
XYZ54.1666.6548.04-
YUV206.48107.41113.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.07%
GREEN value IS 224 (87.89% from 255) = 38.62%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=32.07%
G=38.62%
B=29.31%

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
Decimal1862241700.1700.240.12102.2246.5577.25
HexBAE0AA11018C662f4d
Octal272340252210301414657115
Binary10111010111000001010101010001011000110011001101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE0AA; }

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

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

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

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

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

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

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

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