#BAE7A4

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

Shades of Madang #BAE7A4

Tints of Madang #BAE7A4

Color information

#BAE7A4 (or 0xBAE7A4) is unknown color: approx Madang. HEX triplet: BA, E7 and A4. RGB value is (186,231,164). Sum of RGB (Red+Green+Blue) = 186+231+164=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 164 (64.45% from 255 or 28.23% from 581); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE7A4 is #45185B. Grayscale: #D2D2D2. Windows color (decimal): -4528220 or 10807226. OLE color: 10807226.

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

Color convert

RGB186231164-
CMYK0.1900.290.09
HSL100.3º58.26%77.45%-
HSV(B)100.3º29%90.59%-
XYZ55.5370.2745.76-
YUV209.91102.09110.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 231 (90.62% from 255) = 39.76%
BLUE value IS 164 (64.45% from 255) = 28.23%
R=32.01%
G=39.76%
B=28.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862311640.1900.290.09100.358.2677.45
HexBAE7A41301D9643a4d
Octal272347244230351114472115
Binary10111010111001111010010010011011101100111001001110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7A4; }

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

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

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

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

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

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

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

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