#BAE29F

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

Shades of Madang #BAE29F

Tints of Madang #BAE29F

Color information

#BAE29F (or 0xBAE29F) is unknown color: approx Madang. HEX triplet: BA, E2 and 9F. RGB value is (186,226,159). Sum of RGB (Red+Green+Blue) = 186+226+159=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE29F is #451D60. Grayscale: #CECECE. Windows color (decimal): -4529505 or 10478266. OLE color: 10478266.

HSL color Cylindrical-coordinate representation of color #BAE29F: hue angle of 95.82º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAE29F is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB186226159-
CMYK0.1800.300.11
HSL95.82º53.6%75.49%-
HSV(B)95.82º29.65%88.63%-
XYZ53.767.3442.97-
YUV206.4101.25113.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 226 (88.67% from 255) = 39.58%
BLUE value IS 159 (62.5% from 255) = 27.85%
R=32.57%
G=39.58%
B=27.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862261590.1800.300.1195.8253.675.49
HexBAE29F1201EB60364b
Octal272342237220361314066113
Binary10111010111000101001111110010011110101111000001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE29F; }

 p { color: rgb(186,226,159); }

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

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

 a { background-color: rgb(186,226,159); }

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

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

 span { border-color: rgb(186,226,159); }

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