Shades of Madang #BAFC9C
Tints of Madang #BAFC9C
RGB
CMYK
RGB Variations
Color information
#BAFC9C (or 0xBAFC9C) is known color: Madang. HEX triplet: BA, FC and 9C. RGB value is (186,252,156). Sum of RGB (Red+Green+Blue) = 186+252+156=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 156 (61.33% from 255 or 26.26% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFC9C is #450363. Grayscale: #DDDDDD. Windows color (decimal): -4522852 or 10288314. OLE color: 10288314.
HSL color Cylindrical-coordinate representation of color #BAFC9C: hue angle of 101.25º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAFC9C is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 156 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.01 |
| HSL | 101.25º | 0.94% | 0.8% | - |
| HSV(B) | 101.25º | 0.38% | 0.99% | - |
| XYZ | 61.06 | 82.46 | 44.15 | - |
| YUV | 221.32 | 91.13 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 156 | 0.26 | 0 | 0.38 | 0.01 | 101.25 | 0.94 | 0.8 |
| Hex | BA | FC | 9C | 1A | 0 | 26 | 1 | 65 | 5E | 50 |
| Octal | 272 | 374 | 234 | 32 | 0 | 46 | 1 | 145 | 136 | 120 |
| Binary | 10111010 | 11111100 | 10011100 | 11010 | 0 | 100110 | 1 | 1100101 | 1011110 | 1010000 |
Color Harmonies of #BAFC9C
Complementary color
Monochromatic Colors of #BAFC9C
Black with #BAFC9C
Text Example
Text Example
White with #BAFC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC9C; }
p { color: rgb(186,252,156); }
H1.HeaderClassName
{
color: #BAFC9C;
}
.AnyTagClassName
{
color: #BAFC9C;
}
</style>
background-color css
<style>
a { background-color: #BAFC9C; }
a { background-color: rgb(186,252,156); }
div.DivClassName
{
background-color: #BAFC9C;
}
.BgClassName
{
background-color: #BAFC9C;
}
</style>
border-color css
<style>
span { border-color: #BAFC9C; }
span { border-color: rgb(186,252,156); }
td.TdClassName
{
border-color: #BAFC9C;
}
.TagClassName
{
border-color: #BAFC9C;
}
</style>