Shades of Madang #BAF29A
Tints of Madang #BAF29A
RGB
CMYK
RGB Variations
Color information
#BAF29A (or 0xBAF29A) is known color: Madang. HEX triplet: BA, F2 and 9A. RGB value is (186,242,154). Sum of RGB (Red+Green+Blue) = 186+242+154=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF29A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF29A is #450D65. Grayscale: #D7D7D7. Windows color (decimal): -4525414 or 10154682. OLE color: 10154682.
HSL color Cylindrical-coordinate representation of color #BAF29A: hue angle of 98.18º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAF29A is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 154 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.05 |
| HSL | 98.18º | 0.77% | 0.78% | - |
| HSV(B) | 98.18º | 0.36% | 0.95% | - |
| XYZ | 57.83 | 76.28 | 42.25 | - |
| YUV | 215.22 | 93.45 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 154 | 0.23 | 0 | 0.36 | 0.05 | 98.18 | 0.77 | 0.78 |
| Hex | BA | F2 | 9A | 17 | 0 | 24 | 5 | 62 | 4D | 4E |
| Octal | 272 | 362 | 232 | 27 | 0 | 44 | 5 | 142 | 115 | 116 |
| Binary | 10111010 | 11110010 | 10011010 | 10111 | 0 | 100100 | 101 | 1100010 | 1001101 | 1001110 |
Color Harmonies of #BAF29A
Complementary color
Monochromatic Colors of #BAF29A
Black with #BAF29A
Text Example
Text Example
White with #BAF29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF29A; }
p { color: rgb(186,242,154); }
H1.HeaderClassName
{
color: #BAF29A;
}
.AnyTagClassName
{
color: #BAF29A;
}
</style>
background-color css
<style>
a { background-color: #BAF29A; }
a { background-color: rgb(186,242,154); }
div.DivClassName
{
background-color: #BAF29A;
}
.BgClassName
{
background-color: #BAF29A;
}
</style>
border-color css
<style>
span { border-color: #BAF29A; }
span { border-color: rgb(186,242,154); }
td.TdClassName
{
border-color: #BAF29A;
}
.TagClassName
{
border-color: #BAF29A;
}
</style>