#BAE0AB

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

Shades of Madang #BAE0AB

Tints of Madang #BAE0AB

Color information

#BAE0AB (or 0xBAE0AB) is unknown color: approx Madang. HEX triplet: BA, E0 and AB. RGB value is (186,224,171). Sum of RGB (Red+Green+Blue) = 186+224+171=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE0AB is #451F54. Grayscale: #CECECE. Windows color (decimal): -4530005 or 11264186. OLE color: 11264186.

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

Color convert

RGB186224171-
CMYK0.1700.240.12
HSL103.02º46.09%77.45%-
HSV(B)103.02º23.66%87.84%-
XYZ54.2666.6948.54-
YUV206.6107.91113.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 224 (87.89% from 255) = 38.55%
BLUE value IS 171 (67.19% from 255) = 29.43%
R=32.01%
G=38.55%
B=29.43%

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
Decimal1862241710.1700.240.12103.0246.0977.45
HexBAE0AB11018C672e4d
Octal272340253210301414756115
Binary10111010111000001010101110001011000110011001111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE0AB; }

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

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

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

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

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

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

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

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