Shades of Madang #BCF298
Tints of Madang #BCF298
RGB
CMYK
RGB Variations
Color information
#BCF298 (or 0xBCF298) is known color: Madang. HEX triplet: BC, F2 and 98. RGB value is (188,242,152). Sum of RGB (Red+Green+Blue) = 188+242+152=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 152 (59.77% from 255 or 26.12% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF298 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF298 is #430D67. Grayscale: #D7D7D7. Windows color (decimal): -4394344 or 10023612. OLE color: 10023612.
HSL color Cylindrical-coordinate representation of color #BCF298: hue angle of 96º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCF298 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 152 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.05 |
| HSL | 96º | 0.78% | 0.77% | - |
| HSV(B) | 96º | 0.37% | 0.95% | - |
| XYZ | 58.16 | 76.46 | 41.4 | - |
| YUV | 215.59 | 92.11 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 152 | 0.22 | 0 | 0.37 | 0.05 | 96 | 0.78 | 0.77 |
| Hex | BC | F2 | 98 | 16 | 0 | 25 | 5 | 60 | 4E | 4D |
| Octal | 274 | 362 | 230 | 26 | 0 | 45 | 5 | 140 | 116 | 115 |
| Binary | 10111100 | 11110010 | 10011000 | 10110 | 0 | 100101 | 101 | 1100000 | 1001110 | 1001101 |
Color Harmonies of #BCF298
Complementary color
Monochromatic Colors of #BCF298
Black with #BCF298
Text Example
Text Example
White with #BCF298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF298; }
p { color: rgb(188,242,152); }
H1.HeaderClassName
{
color: #BCF298;
}
.AnyTagClassName
{
color: #BCF298;
}
</style>
background-color css
<style>
a { background-color: #BCF298; }
a { background-color: rgb(188,242,152); }
div.DivClassName
{
background-color: #BCF298;
}
.BgClassName
{
background-color: #BCF298;
}
</style>
border-color css
<style>
span { border-color: #BCF298; }
span { border-color: rgb(188,242,152); }
td.TdClassName
{
border-color: #BCF298;
}
.TagClassName
{
border-color: #BCF298;
}
</style>