#BAE5AE

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

Shades of Madang #BAE5AE

Tints of Madang #BAE5AE

Color information

#BAE5AE (or 0xBAE5AE) is unknown color: approx Madang. HEX triplet: BA, E5 and AE. RGB value is (186,229,174). Sum of RGB (Red+Green+Blue) = 186+229+174=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE5AE is #451A51. Grayscale: #D2D2D2. Windows color (decimal): -4528722 or 11462074. OLE color: 11462074.

HSL color Cylindrical-coordinate representation of color #BAE5AE: hue angle of 106.91º degrees, saturation: 0.51, 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 #BAE5AE is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB186229174-
CMYK0.1900.240.10
HSL106.91º51.4%79.02%-
HSV(B)106.91º24.02%89.8%-
XYZ55.9169.5350.52-
YUV209.87107.75110.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.58%
GREEN value IS 229 (89.84% from 255) = 38.88%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=31.58%
G=38.88%
B=29.54%

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
Decimal1862291740.1900.240.10106.9151.479.02
HexBAE5AE13018A6b334f
Octal272345256230301215363117
Binary10111010111001011010111010011011000101011010111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5AE; }

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

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

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

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

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

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

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

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