#BAE396

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

Shades of Madang #BAE396

Tints of Madang #BAE396

Color information

#BAE396 (or 0xBAE396) is unknown color: approx Madang. HEX triplet: BA, E3 and 96. RGB value is (186,227,150). Sum of RGB (Red+Green+Blue) = 186+227+150=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE396 is #451C69. Grayscale: #CECECE. Windows color (decimal): -4529258 or 9888698. OLE color: 9888698.

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

Color convert

RGB186227150-
CMYK0.1800.340.11
HSL91.95º57.89%73.92%-
HSV(B)91.95º33.92%89.02%-
XYZ53.2267.5839.09-
YUV205.9696.42113.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 227 (89.06% from 255) = 40.32%
BLUE value IS 150 (58.98% from 255) = 26.64%
R=33.04%
G=40.32%
B=26.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862271500.1800.340.1191.9557.8973.92
HexBAE39612022B5c3a4a
Octal272343226220421313472112
Binary101110101110001110010110100100100010101110111001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE396; }

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

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

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

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

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

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

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

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