Shades of Madang #BAFF98
Tints of Madang #BAFF98
RGB
CMYK
RGB Variations
Color information
#BAFF98 (or 0xBAFF98) is known color: Madang. HEX triplet: BA, FF and 98. RGB value is (186,255,152). Sum of RGB (Red+Green+Blue) = 186+255+152=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 152 (59.77% from 255 or 25.63% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFF98 is #450067. Grayscale: #DEDEDE. Windows color (decimal): -4522088 or 10026938. OLE color: 10026938.
HSL color Cylindrical-coordinate representation of color #BAFF98: hue angle of 100.19º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAFF98 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 152 | - |
| CMYK | 0.27 | 0 | 0.40 | 0 |
| HSL | 100.19º | 1% | 0.8% | - |
| HSV(B) | 100.19º | 0.4% | 1% | - |
| XYZ | 61.68 | 84.23 | 42.71 | - |
| YUV | 222.63 | 88.14 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 152 | 0.27 | 0 | 0.40 | 0 | 100.19 | 1 | 0.8 |
| Hex | BA | FF | 98 | 1B | 0 | 28 | 0 | 64 | 64 | 50 |
| Octal | 272 | 377 | 230 | 33 | 0 | 50 | 0 | 144 | 144 | 120 |
| Binary | 10111010 | 11111111 | 10011000 | 11011 | 0 | 101000 | 0 | 1100100 | 1100100 | 1010000 |
Color Harmonies of #BAFF98
Complementary color
Monochromatic Colors of #BAFF98
Black with #BAFF98
Text Example
Text Example
White with #BAFF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF98; }
p { color: rgb(186,255,152); }
H1.HeaderClassName
{
color: #BAFF98;
}
.AnyTagClassName
{
color: #BAFF98;
}
</style>
background-color css
<style>
a { background-color: #BAFF98; }
a { background-color: rgb(186,255,152); }
div.DivClassName
{
background-color: #BAFF98;
}
.BgClassName
{
background-color: #BAFF98;
}
</style>
border-color css
<style>
span { border-color: #BAFF98; }
span { border-color: rgb(186,255,152); }
td.TdClassName
{
border-color: #BAFF98;
}
.TagClassName
{
border-color: #BAFF98;
}
</style>