#BAE8AE

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

Shades of Madang #BAE8AE

Tints of Madang #BAE8AE

Color information

#BAE8AE (or 0xBAE8AE) is unknown color: approx Madang. HEX triplet: BA, E8 and AE. RGB value is (186,232,174). Sum of RGB (Red+Green+Blue) = 186+232+174=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 232 (91.02% from 255 or 39.19% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE8AE is #451751. Grayscale: #D3D3D3. Windows color (decimal): -4527954 or 11462842. OLE color: 11462842.

HSL color Cylindrical-coordinate representation of color #BAE8AE: hue angle of 107.59º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAE8AE is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB186232174-
CMYK0.2000.250.09
HSL107.59º55.77%79.61%-
HSV(B)107.59º25%90.98%-
XYZ56.7571.2150.8-
YUV211.63106.76109.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 232 (91.02% from 255) = 39.19%
BLUE value IS 174 (68.36% from 255) = 29.39%
R=31.42%
G=39.19%
B=29.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862321740.2000.250.09107.5955.7779.61
HexBAE8AE1401996c3850
Octal272350256240311115470120
Binary10111010111010001010111010100011001100111011001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8AE; }

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

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

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

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

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

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

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

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