#BAE7AC

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

Shades of Madang #BAE7AC

Tints of Madang #BAE7AC

Color information

#BAE7AC (or 0xBAE7AC) is unknown color: approx Madang. HEX triplet: BA, E7 and AC. RGB value is (186,231,172). Sum of RGB (Red+Green+Blue) = 186+231+172=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE7AC is #451853. Grayscale: #D3D3D3. Windows color (decimal): -4528212 or 11331514. OLE color: 11331514.

HSL color Cylindrical-coordinate representation of color #BAE7AC: hue angle of 105.76º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAE7AC is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB186231172-
CMYK0.1900.260.09
HSL105.76º55.14%79.02%-
HSV(B)105.76º25.54%90.59%-
XYZ56.2770.5749.69-
YUV210.82106.09110.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.58%
GREEN value IS 231 (90.62% from 255) = 39.22%
BLUE value IS 172 (67.58% from 255) = 29.20%
R=31.58%
G=39.22%
B=29.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862311720.1900.260.09105.7655.1479.02
HexBAE7AC1301A96a374f
Octal272347254230321115267117
Binary10111010111001111010110010011011010100111010101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7AC; }

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

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

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

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

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

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

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

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