#BAE3AD

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

Shades of Madang #BAE3AD

Tints of Madang #BAE3AD

Color information

#BAE3AD (or 0xBAE3AD) is unknown color: approx Madang. HEX triplet: BA, E3 and AD. RGB value is (186,227,173). Sum of RGB (Red+Green+Blue) = 186+227+173=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE3AD is #451C52. Grayscale: #D0D0D0. Windows color (decimal): -4529235 or 11396026. OLE color: 11396026.

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

Color convert

RGB186227173-
CMYK0.1800.240.11
HSL105.56º49.09%78.43%-
HSV(B)105.56º23.79%89.02%-
XYZ55.2668.3949.82-
YUV208.58107.92111.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 227 (89.06% from 255) = 38.74%
BLUE value IS 173 (67.97% from 255) = 29.52%
R=31.74%
G=38.74%
B=29.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862271730.1800.240.11105.5649.0978.43
HexBAE3AD12018B6a314e
Octal272343255220301315261116
Binary10111010111000111010110110010011000101111010101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE3AD; }

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

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

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

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

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

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

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

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