#BAEE9F

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

Shades of Madang #BAEE9F

Tints of Madang #BAEE9F

Color information

#BAEE9F (or 0xBAEE9F) is unknown color: approx Madang. HEX triplet: BA, EE and 9F. RGB value is (186,238,159). Sum of RGB (Red+Green+Blue) = 186+238+159=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEE9F is #451160. Grayscale: #D5D5D5. Windows color (decimal): -4526433 or 10481338. OLE color: 10481338.

HSL color Cylindrical-coordinate representation of color #BAEE9F: hue angle of 99.49º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAEE9F is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB186238159-
CMYK0.2200.330.07
HSL99.49º69.91%77.84%-
HSV(B)99.49º33.19%93.33%-
XYZ57.0874.0944.09-
YUV213.4597.27108.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 238 (93.36% from 255) = 40.82%
BLUE value IS 159 (62.5% from 255) = 27.27%
R=31.90%
G=40.82%
B=27.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862381590.2200.330.0799.4969.9177.84
HexBAEE9F16021763464e
Octal272356237260417143106116
Binary101110101110111010011111101100100001111110001110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEE9F; }

 p { color: rgb(186,238,159); }

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

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

 a { background-color: rgb(186,238,159); }

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

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

 span { border-color: rgb(186,238,159); }

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