Shades of Madang #BAF59B
Tints of Madang #BAF59B
RGB
CMYK
RGB Variations
Color information
#BAF59B (or 0xBAF59B) is known color: Madang. HEX triplet: BA, F5 and 9B. RGB value is (186,245,155). Sum of RGB (Red+Green+Blue) = 186+245+155=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 245 (96.09% from 255 or 41.81% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF59B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF59B is #450A64. Grayscale: #D9D9D9. Windows color (decimal): -4524645 or 10220986. OLE color: 10220986.
HSL color Cylindrical-coordinate representation of color #BAF59B: hue angle of 99.33º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAF59B is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 155 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.04 |
| HSL | 99.33º | 0.82% | 0.78% | - |
| HSV(B) | 99.33º | 0.37% | 0.96% | - |
| XYZ | 58.82 | 78.11 | 42.99 | - |
| YUV | 217.1 | 92.95 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 155 | 0.24 | 0 | 0.37 | 0.04 | 99.33 | 0.82 | 0.78 |
| Hex | BA | F5 | 9B | 18 | 0 | 25 | 4 | 63 | 52 | 4E |
| Octal | 272 | 365 | 233 | 30 | 0 | 45 | 4 | 143 | 122 | 116 |
| Binary | 10111010 | 11110101 | 10011011 | 11000 | 0 | 100101 | 100 | 1100011 | 1010010 | 1001110 |
Color Harmonies of #BAF59B
Complementary color
Monochromatic Colors of #BAF59B
Black with #BAF59B
Text Example
Text Example
White with #BAF59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF59B; }
p { color: rgb(186,245,155); }
H1.HeaderClassName
{
color: #BAF59B;
}
.AnyTagClassName
{
color: #BAF59B;
}
</style>
background-color css
<style>
a { background-color: #BAF59B; }
a { background-color: rgb(186,245,155); }
div.DivClassName
{
background-color: #BAF59B;
}
.BgClassName
{
background-color: #BAF59B;
}
</style>
border-color css
<style>
span { border-color: #BAF59B; }
span { border-color: rgb(186,245,155); }
td.TdClassName
{
border-color: #BAF59B;
}
.TagClassName
{
border-color: #BAF59B;
}
</style>