#BAE0AC

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

Shades of Madang #BAE0AC

Tints of Madang #BAE0AC

Color information

#BAE0AC (or 0xBAE0AC) is unknown color: approx Madang. HEX triplet: BA, E0 and AC. RGB value is (186,224,172). Sum of RGB (Red+Green+Blue) = 186+224+172=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE0AC is #451F53. Grayscale: #CECECE. Windows color (decimal): -4530004 or 11329722. OLE color: 11329722.

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

Color convert

RGB186224172-
CMYK0.1700.230.12
HSL103.85º45.61%77.65%-
HSV(B)103.85º23.21%87.84%-
XYZ54.3566.7349.05-
YUV206.71108.41113.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 224 (87.89% from 255) = 38.49%
BLUE value IS 172 (67.58% from 255) = 29.55%
R=31.96%
G=38.49%
B=29.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862241720.1700.230.12103.8545.6177.65
HexBAE0AC11017C682e4e
Octal272340254210271415056116
Binary10111010111000001010110010001010111110011010001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE0AC; }

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

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

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

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

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

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

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

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