#BAE497

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

Shades of Madang #BAE497

Tints of Madang #BAE497

Color information

#BAE497 (or 0xBAE497) is unknown color: approx Madang. HEX triplet: BA, E4 and 97. RGB value is (186,228,151). Sum of RGB (Red+Green+Blue) = 186+228+151=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE497 is #451B68. Grayscale: #CECECE. Windows color (decimal): -4529001 or 9954490. OLE color: 9954490.

HSL color Cylindrical-coordinate representation of color #BAE497: hue angle of 92.73º degrees, saturation: 0.59, 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 #BAE497 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB186228151-
CMYK0.1800.340.11
HSL92.73º58.78%74.31%-
HSV(B)92.73º33.77%89.41%-
XYZ53.5868.1639.61-
YUV206.6696.59113.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 228 (89.45% from 255) = 40.35%
BLUE value IS 151 (59.38% from 255) = 26.73%
R=32.92%
G=40.35%
B=26.73%

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
Decimal1862281510.1800.340.1192.7358.7874.31
HexBAE49712022B5d3b4a
Octal272344227220421313573112
Binary101110101110010010010111100100100010101110111011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE497; }

 p { color: rgb(186,228,151); }

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

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

 a { background-color: rgb(186,228,151); }

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

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

 span { border-color: rgb(186,228,151); }

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