#BAE399

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

Shades of Madang #BAE399

Tints of Madang #BAE399

Color information

#BAE399 (or 0xBAE399) is unknown color: approx Madang. HEX triplet: BA, E3 and 99. RGB value is (186,227,153). Sum of RGB (Red+Green+Blue) = 186+227+153=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE399 is #451C66. Grayscale: #CECECE. Windows color (decimal): -4529255 or 10085306. OLE color: 10085306.

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

Color convert

RGB186227153-
CMYK0.1800.330.11
HSL93.24º56.92%74.51%-
HSV(B)93.24º32.6%89.02%-
XYZ53.4767.6840.38-
YUV206.397.92113.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.86%
GREEN value IS 227 (89.06% from 255) = 40.11%
BLUE value IS 153 (60.16% from 255) = 27.03%
R=32.86%
G=40.11%
B=27.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862271530.1800.330.1193.2456.9274.51
HexBAE39912021B5d394b
Octal272343231220411313571113
Binary101110101110001110011001100100100001101110111011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE399; }

 p { color: rgb(186,227,153); }

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

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

 a { background-color: rgb(186,227,153); }

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

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

 span { border-color: rgb(186,227,153); }

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