Shades of Madang #BAF197
Tints of Madang #BAF197
RGB
CMYK
RGB Variations
Color information
#BAF197 (or 0xBAF197) is known color: Madang. HEX triplet: BA, F1 and 97. RGB value is (186,241,151). Sum of RGB (Red+Green+Blue) = 186+241+151=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 151 (59.38% from 255 or 26.12% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF197 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF197 is #450E68. Grayscale: #D6D6D6. Windows color (decimal): -4525673 or 9957818. OLE color: 9957818.
HSL color Cylindrical-coordinate representation of color #BAF197: hue angle of 96.67º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAF197 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 151 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.05 |
| HSL | 96.67º | 0.76% | 0.77% | - |
| HSV(B) | 96.67º | 0.37% | 0.95% | - |
| XYZ | 57.29 | 75.58 | 40.85 | - |
| YUV | 214.3 | 92.28 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 151 | 0.23 | 0 | 0.37 | 0.05 | 96.67 | 0.76 | 0.77 |
| Hex | BA | F1 | 97 | 17 | 0 | 25 | 5 | 61 | 4C | 4D |
| Octal | 272 | 361 | 227 | 27 | 0 | 45 | 5 | 141 | 114 | 115 |
| Binary | 10111010 | 11110001 | 10010111 | 10111 | 0 | 100101 | 101 | 1100001 | 1001100 | 1001101 |
Color Harmonies of #BAF197
Complementary color
Monochromatic Colors of #BAF197
Black with #BAF197
Text Example
Text Example
White with #BAF197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF197; }
p { color: rgb(186,241,151); }
H1.HeaderClassName
{
color: #BAF197;
}
.AnyTagClassName
{
color: #BAF197;
}
</style>
background-color css
<style>
a { background-color: #BAF197; }
a { background-color: rgb(186,241,151); }
div.DivClassName
{
background-color: #BAF197;
}
.BgClassName
{
background-color: #BAF197;
}
</style>
border-color css
<style>
span { border-color: #BAF197; }
span { border-color: rgb(186,241,151); }
td.TdClassName
{
border-color: #BAF197;
}
.TagClassName
{
border-color: #BAF197;
}
</style>