Shades of Madang #BAF694
Tints of Madang #BAF694
RGB
CMYK
RGB Variations
Color information
#BAF694 (or 0xBAF694) is known color: Madang. HEX triplet: BA, F6 and 94. RGB value is (186,246,148). Sum of RGB (Red+Green+Blue) = 186+246+148=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF694 is #45096B. Grayscale: #D9D9D9. Windows color (decimal): -4524396 or 9762490. OLE color: 9762490.
HSL color Cylindrical-coordinate representation of color #BAF694: hue angle of 96.73º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAF694 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 148 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.04 |
| HSL | 96.73º | 0.84% | 0.77% | - |
| HSV(B) | 96.73º | 0.4% | 0.96% | - |
| XYZ | 58.55 | 78.49 | 40.08 | - |
| YUV | 216.89 | 89.12 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 148 | 0.24 | 0 | 0.40 | 0.04 | 96.73 | 0.84 | 0.77 |
| Hex | BA | F6 | 94 | 18 | 0 | 28 | 4 | 61 | 54 | 4D |
| Octal | 272 | 366 | 224 | 30 | 0 | 50 | 4 | 141 | 124 | 115 |
| Binary | 10111010 | 11110110 | 10010100 | 11000 | 0 | 101000 | 100 | 1100001 | 1010100 | 1001101 |
Color Harmonies of #BAF694
Complementary color
Monochromatic Colors of #BAF694
Black with #BAF694
Text Example
Text Example
White with #BAF694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF694; }
p { color: rgb(186,246,148); }
H1.HeaderClassName
{
color: #BAF694;
}
.AnyTagClassName
{
color: #BAF694;
}
</style>
background-color css
<style>
a { background-color: #BAF694; }
a { background-color: rgb(186,246,148); }
div.DivClassName
{
background-color: #BAF694;
}
.BgClassName
{
background-color: #BAF694;
}
</style>
border-color css
<style>
span { border-color: #BAF694; }
span { border-color: rgb(186,246,148); }
td.TdClassName
{
border-color: #BAF694;
}
.TagClassName
{
border-color: #BAF694;
}
</style>