#BAE5AD

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

Shades of Madang #BAE5AD

Tints of Madang #BAE5AD

Color information

#BAE5AD (or 0xBAE5AD) is unknown color: approx Madang. HEX triplet: BA, E5 and AD. RGB value is (186,229,173). Sum of RGB (Red+Green+Blue) = 186+229+173=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 229 (89.84% from 255 or 38.95% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE5AD is #451A52. Grayscale: #D1D1D1. Windows color (decimal): -4528723 or 11396538. OLE color: 11396538.

HSL color Cylindrical-coordinate representation of color #BAE5AD: hue angle of 106.07º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAE5AD is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB186229173-
CMYK0.1900.240.10
HSL106.07º51.85%78.82%-
HSV(B)106.07º24.45%89.8%-
XYZ55.8169.4950.01-
YUV209.76107.25111.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.63%
GREEN value IS 229 (89.84% from 255) = 38.95%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=31.63%
G=38.95%
B=29.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862291730.1900.240.10106.0751.8578.82
HexBAE5AD13018A6a344f
Octal272345255230301215264117
Binary10111010111001011010110110011011000101011010101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5AD; }

 p { color: rgb(186,229,173); }

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

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

 a { background-color: rgb(186,229,173); }

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

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

 span { border-color: rgb(186,229,173); }

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