Shades of Madang #BAF696
Tints of Madang #BAF696
RGB
CMYK
RGB Variations
Color information
#BAF696 (or 0xBAF696) is known color: Madang. HEX triplet: BA, F6 and 96. RGB value is (186,246,150). Sum of RGB (Red+Green+Blue) = 186+246+150=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF696 is #450969. Grayscale: #D9D9D9. Windows color (decimal): -4524394 or 9893562. OLE color: 9893562.
HSL color Cylindrical-coordinate representation of color #BAF696: hue angle of 97.5º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAF696 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 150 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.04 |
| HSL | 97.5º | 0.84% | 0.78% | - |
| HSV(B) | 97.5º | 0.39% | 0.96% | - |
| XYZ | 58.71 | 78.55 | 40.92 | - |
| YUV | 217.12 | 90.12 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 150 | 0.24 | 0 | 0.39 | 0.04 | 97.5 | 0.84 | 0.78 |
| Hex | BA | F6 | 96 | 18 | 0 | 27 | 4 | 62 | 54 | 4E |
| Octal | 272 | 366 | 226 | 30 | 0 | 47 | 4 | 142 | 124 | 116 |
| Binary | 10111010 | 11110110 | 10010110 | 11000 | 0 | 100111 | 100 | 1100010 | 1010100 | 1001110 |
Color Harmonies of #BAF696
Complementary color
Monochromatic Colors of #BAF696
Black with #BAF696
Text Example
Text Example
White with #BAF696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF696; }
p { color: rgb(186,246,150); }
H1.HeaderClassName
{
color: #BAF696;
}
.AnyTagClassName
{
color: #BAF696;
}
</style>
background-color css
<style>
a { background-color: #BAF696; }
a { background-color: rgb(186,246,150); }
div.DivClassName
{
background-color: #BAF696;
}
.BgClassName
{
background-color: #BAF696;
}
</style>
border-color css
<style>
span { border-color: #BAF696; }
span { border-color: rgb(186,246,150); }
td.TdClassName
{
border-color: #BAF696;
}
.TagClassName
{
border-color: #BAF696;
}
</style>