Shades of Madang #BAFC9D
Tints of Madang #BAFC9D
RGB
CMYK
RGB Variations
Color information
#BAFC9D (or 0xBAFC9D) is known color: Madang. HEX triplet: BA, FC and 9D. RGB value is (186,252,157). Sum of RGB (Red+Green+Blue) = 186+252+157=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFC9D is #450362. Grayscale: #DDDDDD. Windows color (decimal): -4522851 or 10353850. OLE color: 10353850.
HSL color Cylindrical-coordinate representation of color #BAFC9D: hue angle of 101.68º 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 #BAFC9D is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 157 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.01 |
| HSL | 101.68º | 0.94% | 0.8% | - |
| HSV(B) | 101.68º | 0.38% | 0.99% | - |
| XYZ | 61.15 | 82.49 | 44.6 | - |
| YUV | 221.44 | 91.63 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 157 | 0.26 | 0 | 0.38 | 0.01 | 101.68 | 0.94 | 0.8 |
| Hex | BA | FC | 9D | 1A | 0 | 26 | 1 | 66 | 5E | 50 |
| Octal | 272 | 374 | 235 | 32 | 0 | 46 | 1 | 146 | 136 | 120 |
| Binary | 10111010 | 11111100 | 10011101 | 11010 | 0 | 100110 | 1 | 1100110 | 1011110 | 1010000 |
Color Harmonies of #BAFC9D
Complementary color
Monochromatic Colors of #BAFC9D
Black with #BAFC9D
Text Example
Text Example
White with #BAFC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC9D; }
p { color: rgb(186,252,157); }
H1.HeaderClassName
{
color: #BAFC9D;
}
.AnyTagClassName
{
color: #BAFC9D;
}
</style>
background-color css
<style>
a { background-color: #BAFC9D; }
a { background-color: rgb(186,252,157); }
div.DivClassName
{
background-color: #BAFC9D;
}
.BgClassName
{
background-color: #BAFC9D;
}
</style>
border-color css
<style>
span { border-color: #BAFC9D; }
span { border-color: rgb(186,252,157); }
td.TdClassName
{
border-color: #BAFC9D;
}
.TagClassName
{
border-color: #BAFC9D;
}
</style>