#BAF39F

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

Shades of Madang #BAF39F

Tints of Madang #BAF39F

Color information

#BAF39F (or 0xBAF39F) is unknown color: approx Madang. HEX triplet: BA, F3 and 9F. RGB value is (186,243,159). Sum of RGB (Red+Green+Blue) = 186+243+159=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 159 (62.5% from 255 or 27.04% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF39F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF39F is #450C60. Grayscale: #D8D8D8. Windows color (decimal): -4525153 or 10482618. OLE color: 10482618.

HSL color Cylindrical-coordinate representation of color #BAF39F: hue angle of 100.71º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAF39F is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB186243159-
CMYK0.2300.350.05
HSL100.71º77.78%78.82%-
HSV(B)100.71º34.57%95.29%-
XYZ58.5677.0444.59-
YUV216.3895.62106.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.63%
GREEN value IS 243 (95.31% from 255) = 41.33%
BLUE value IS 159 (62.5% from 255) = 27.04%
R=31.63%
G=41.33%
B=27.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862431590.2300.350.05100.7177.7878.82
HexBAF39F170235654e4f
Octal272363237270435145116117
Binary101110101111001110011111101110100011101110010110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF39F; }

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

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

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

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

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

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

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

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