Shades of Madang #BAFC99
Tints of Madang #BAFC99
RGB
CMYK
RGB Variations
Color information
#BAFC99 (or 0xBAFC99) is known color: Madang. HEX triplet: BA, FC and 99. RGB value is (186,252,153). Sum of RGB (Red+Green+Blue) = 186+252+153=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 153 (60.16% from 255 or 25.89% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFC99 is #450366. Grayscale: #DDDDDD. Windows color (decimal): -4522855 or 10091706. OLE color: 10091706.
HSL color Cylindrical-coordinate representation of color #BAFC99: hue angle of 100º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAFC99 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 153 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.01 |
| HSL | 100º | 0.94% | 0.79% | - |
| HSV(B) | 100º | 0.39% | 0.99% | - |
| XYZ | 60.81 | 82.36 | 42.83 | - |
| YUV | 220.98 | 89.63 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 153 | 0.26 | 0 | 0.39 | 0.01 | 100 | 0.94 | 0.79 |
| Hex | BA | FC | 99 | 1A | 0 | 27 | 1 | 64 | 5E | 4F |
| Octal | 272 | 374 | 231 | 32 | 0 | 47 | 1 | 144 | 136 | 117 |
| Binary | 10111010 | 11111100 | 10011001 | 11010 | 0 | 100111 | 1 | 1100100 | 1011110 | 1001111 |
Color Harmonies of #BAFC99
Complementary color
Monochromatic Colors of #BAFC99
Black with #BAFC99
Text Example
Text Example
White with #BAFC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC99; }
p { color: rgb(186,252,153); }
H1.HeaderClassName
{
color: #BAFC99;
}
.AnyTagClassName
{
color: #BAFC99;
}
</style>
background-color css
<style>
a { background-color: #BAFC99; }
a { background-color: rgb(186,252,153); }
div.DivClassName
{
background-color: #BAFC99;
}
.BgClassName
{
background-color: #BAFC99;
}
</style>
border-color css
<style>
span { border-color: #BAFC99; }
span { border-color: rgb(186,252,153); }
td.TdClassName
{
border-color: #BAFC99;
}
.TagClassName
{
border-color: #BAFC99;
}
</style>