#BAE1AC

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

Shades of Madang #BAE1AC

Tints of Madang #BAE1AC

Color information

#BAE1AC (or 0xBAE1AC) is unknown color: approx Madang. HEX triplet: BA, E1 and AC. RGB value is (186,225,172). Sum of RGB (Red+Green+Blue) = 186+225+172=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE1AC is #451E53. Grayscale: #CFCFCF. Windows color (decimal): -4529748 or 11329978. OLE color: 11329978.

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

Color convert

RGB186225172-
CMYK0.1700.240.12
HSL104.15º46.9%77.84%-
HSV(B)104.15º23.56%88.24%-
XYZ54.6267.2749.13-
YUV207.3108.08112.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 225 (88.28% from 255) = 38.59%
BLUE value IS 172 (67.58% from 255) = 29.50%
R=31.90%
G=38.59%
B=29.50%

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
Decimal1862251720.1700.240.12104.1546.977.84
HexBAE1AC11018C682f4e
Octal272341254210301415057116
Binary10111010111000011010110010001011000110011010001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1AC; }

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

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

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

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

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

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

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

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