Shades of Madang #BAF59A
Tints of Madang #BAF59A
RGB
CMYK
RGB Variations
Color information
#BAF59A (or 0xBAF59A) is known color: Madang. HEX triplet: BA, F5 and 9A. RGB value is (186,245,154). Sum of RGB (Red+Green+Blue) = 186+245+154=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF59A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF59A is #450A65. Grayscale: #D9D9D9. Windows color (decimal): -4524646 or 10155450. OLE color: 10155450.
HSL color Cylindrical-coordinate representation of color #BAF59A: hue angle of 98.9º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAF59A is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 154 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.04 |
| HSL | 98.9º | 0.82% | 0.78% | - |
| HSV(B) | 98.9º | 0.37% | 0.96% | - |
| XYZ | 58.73 | 78.08 | 42.55 | - |
| YUV | 216.99 | 92.45 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 154 | 0.24 | 0 | 0.37 | 0.04 | 98.9 | 0.82 | 0.78 |
| Hex | BA | F5 | 9A | 18 | 0 | 25 | 4 | 63 | 52 | 4E |
| Octal | 272 | 365 | 232 | 30 | 0 | 45 | 4 | 143 | 122 | 116 |
| Binary | 10111010 | 11110101 | 10011010 | 11000 | 0 | 100101 | 100 | 1100011 | 1010010 | 1001110 |
Color Harmonies of #BAF59A
Complementary color
Monochromatic Colors of #BAF59A
Black with #BAF59A
Text Example
Text Example
White with #BAF59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF59A; }
p { color: rgb(186,245,154); }
H1.HeaderClassName
{
color: #BAF59A;
}
.AnyTagClassName
{
color: #BAF59A;
}
</style>
background-color css
<style>
a { background-color: #BAF59A; }
a { background-color: rgb(186,245,154); }
div.DivClassName
{
background-color: #BAF59A;
}
.BgClassName
{
background-color: #BAF59A;
}
</style>
border-color css
<style>
span { border-color: #BAF59A; }
span { border-color: rgb(186,245,154); }
td.TdClassName
{
border-color: #BAF59A;
}
.TagClassName
{
border-color: #BAF59A;
}
</style>