#BAE0A1

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

Shades of Madang #BAE0A1

Tints of Madang #BAE0A1

Color information

#BAE0A1 (or 0xBAE0A1) is unknown color: approx Madang. HEX triplet: BA, E0 and A1. RGB value is (186,224,161). Sum of RGB (Red+Green+Blue) = 186+224+161=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE0A1 is #451F5E. Grayscale: #CDCDCD. Windows color (decimal): -4530015 or 10608826. OLE color: 10608826.

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

Color convert

RGB186224161-
CMYK0.1700.280.12
HSL96.19º50.4%75.49%-
HSV(B)96.19º28.12%87.84%-
XYZ53.3466.3243.71-
YUV205.46102.91114.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 224 (87.89% from 255) = 39.23%
BLUE value IS 161 (63.28% from 255) = 28.20%
R=32.57%
G=39.23%
B=28.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862241610.1700.280.1296.1950.475.49
HexBAE0A11101CC60324b
Octal272340241210341414062113
Binary10111010111000001010000110001011100110011000001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE0A1; }

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

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

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

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

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

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

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

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