#BAEF9D

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

Shades of Madang #BAEF9D

Tints of Madang #BAEF9D

Color information

#BAEF9D (or 0xBAEF9D) is unknown color: approx Madang. HEX triplet: BA, EF and 9D. RGB value is (186,239,157). Sum of RGB (Red+Green+Blue) = 186+239+157=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEF9D is #451062. Grayscale: #D6D6D6. Windows color (decimal): -4526179 or 10350522. OLE color: 10350522.

HSL color Cylindrical-coordinate representation of color #BAEF9D: hue angle of 98.78º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAEF9D is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB186239157-
CMYK0.2200.340.06
HSL98.78º71.93%77.65%-
HSV(B)98.78º34.31%93.73%-
XYZ57.274.6143.28-
YUV213.895.94108.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 239 (93.75% from 255) = 41.07%
BLUE value IS 157 (61.72% from 255) = 26.98%
R=31.96%
G=41.07%
B=26.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862391570.2200.340.0698.7871.9377.65
HexBAEF9D16022663484e
Octal272357235260426143110116
Binary101110101110111110011101101100100010110110001110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEF9D; }

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

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

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

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

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

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

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

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