#BAE2AE

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

Shades of Madang #BAE2AE

Tints of Madang #BAE2AE

Color information

#BAE2AE (or 0xBAE2AE) is unknown color: approx Madang. HEX triplet: BA, E2 and AE. RGB value is (186,226,174). Sum of RGB (Red+Green+Blue) = 186+226+174=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE2AE is #451D51. Grayscale: #D0D0D0. Windows color (decimal): -4529490 or 11461306. OLE color: 11461306.

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

Color convert

RGB186226174-
CMYK0.1800.230.11
HSL106.15º47.27%78.43%-
HSV(B)106.15º23.01%88.63%-
XYZ55.0967.8950.24-
YUV208.11108.75112.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 226 (88.67% from 255) = 38.57%
BLUE value IS 174 (68.36% from 255) = 29.69%
R=31.74%
G=38.57%
B=29.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862261740.1800.230.11106.1547.2778.43
HexBAE2AE12017B6a2f4e
Octal272342256220271315257116
Binary10111010111000101010111010010010111101111010101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE2AE; }

 p { color: rgb(186,226,174); }

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

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

 a { background-color: rgb(186,226,174); }

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

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

 span { border-color: rgb(186,226,174); }

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