#BAE09D

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

Shades of Madang #BAE09D

Tints of Madang #BAE09D

Color information

#BAE09D (or 0xBAE09D) is unknown color: approx Madang. HEX triplet: BA, E0 and 9D. RGB value is (186,224,157). Sum of RGB (Red+Green+Blue) = 186+224+157=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 157 (61.72% from 255 or 27.69% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE09D is #451F62. Grayscale: #CDCDCD. Windows color (decimal): -4530019 or 10346682. OLE color: 10346682.

HSL color Cylindrical-coordinate representation of color #BAE09D: hue angle of 94.03º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAE09D is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB186224157-
CMYK0.1700.300.12
HSL94.03º51.94%74.71%-
HSV(B)94.03º29.91%87.84%-
XYZ52.9966.1841.88-
YUV205100.91114.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 224 (87.89% from 255) = 39.51%
BLUE value IS 157 (61.72% from 255) = 27.69%
R=32.80%
G=39.51%
B=27.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862241570.1700.300.1294.0351.9474.71
HexBAE09D1101EC5e344b
Octal272340235210361413664113
Binary10111010111000001001110110001011110110010111101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE09D; }

 p { color: rgb(186,224,157); }

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

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

 a { background-color: rgb(186,224,157); }

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

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

 span { border-color: rgb(186,224,157); }

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