Shades of Madang #BAF99F
Tints of Madang #BAF99F
RGB
CMYK
RGB Variations
Color information
#BAF99F (or 0xBAF99F) is known color: Madang. HEX triplet: BA, F9 and 9F. RGB value is (186,249,159). Sum of RGB (Red+Green+Blue) = 186+249+159=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 159 (62.5% from 255 or 26.77% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF99F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF99F is #450660. Grayscale: #DCDCDC. Windows color (decimal): -4523617 or 10484154. OLE color: 10484154.
HSL color Cylindrical-coordinate representation of color #BAF99F: hue angle of 102º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAF99F is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 159 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.02 |
| HSL | 102º | 0.88% | 0.8% | - |
| HSV(B) | 102º | 0.36% | 0.98% | - |
| XYZ | 60.38 | 80.69 | 45.19 | - |
| YUV | 219.9 | 93.63 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 159 | 0.25 | 0 | 0.36 | 0.02 | 102 | 0.88 | 0.8 |
| Hex | BA | F9 | 9F | 19 | 0 | 24 | 2 | 66 | 58 | 50 |
| Octal | 272 | 371 | 237 | 31 | 0 | 44 | 2 | 146 | 130 | 120 |
| Binary | 10111010 | 11111001 | 10011111 | 11001 | 0 | 100100 | 10 | 1100110 | 1011000 | 1010000 |
Color Harmonies of #BAF99F
Complementary color
Monochromatic Colors of #BAF99F
Black with #BAF99F
Text Example
Text Example
White with #BAF99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF99F; }
p { color: rgb(186,249,159); }
H1.HeaderClassName
{
color: #BAF99F;
}
.AnyTagClassName
{
color: #BAF99F;
}
</style>
background-color css
<style>
a { background-color: #BAF99F; }
a { background-color: rgb(186,249,159); }
div.DivClassName
{
background-color: #BAF99F;
}
.BgClassName
{
background-color: #BAF99F;
}
</style>
border-color css
<style>
span { border-color: #BAF99F; }
span { border-color: rgb(186,249,159); }
td.TdClassName
{
border-color: #BAF99F;
}
.TagClassName
{
border-color: #BAF99F;
}
</style>