#BAE5A1

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

Shades of Madang #BAE5A1

Tints of Madang #BAE5A1

Color information

#BAE5A1 (or 0xBAE5A1) is unknown color: approx Madang. HEX triplet: BA, E5 and A1. RGB value is (186,229,161). Sum of RGB (Red+Green+Blue) = 186+229+161=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE5A1 is #451A5E. Grayscale: #D0D0D0. Windows color (decimal): -4528735 or 10610106. OLE color: 10610106.

HSL color Cylindrical-coordinate representation of color #BAE5A1: hue angle of 97.94º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAE5A1 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB186229161-
CMYK0.1900.300.10
HSL97.94º56.67%76.47%-
HSV(B)97.94º29.69%89.8%-
XYZ54.769.0544.16-
YUV208.39101.25112.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 229 (89.84% from 255) = 39.76%
BLUE value IS 161 (63.28% from 255) = 27.95%
R=32.29%
G=39.76%
B=27.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862291610.1900.300.1097.9456.6776.47
HexBAE5A11301EA62394c
Octal272345241230361214271114
Binary10111010111001011010000110011011110101011000101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5A1; }

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

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

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

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

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

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

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

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