Shades of Madang #BCE498
Tints of Madang #BCE498
RGB
CMYK
RGB Variations
Color information
#BCE498 (or 0xBCE498) is known color: Madang. HEX triplet: BC, E4 and 98. RGB value is (188,228,152). Sum of RGB (Red+Green+Blue) = 188+228+152=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE498 is #431B67. Grayscale: #CFCFCF. Windows color (decimal): -4397928 or 10020028. OLE color: 10020028.
HSL color Cylindrical-coordinate representation of color #BCE498: hue angle of 91.58º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCE498 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 152 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.11 |
| HSL | 91.58º | 0.58% | 0.75% | - |
| HSV(B) | 91.58º | 0.33% | 0.89% | - |
| XYZ | 54.15 | 68.45 | 40.06 | - |
| YUV | 207.38 | 96.75 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 152 | 0.18 | 0 | 0.33 | 0.11 | 91.58 | 0.58 | 0.75 |
| Hex | BC | E4 | 98 | 12 | 0 | 21 | B | 5C | 3A | 4B |
| Octal | 274 | 344 | 230 | 22 | 0 | 41 | 13 | 134 | 72 | 113 |
| Binary | 10111100 | 11100100 | 10011000 | 10010 | 0 | 100001 | 1011 | 1011100 | 111010 | 1001011 |
Color Harmonies of #BCE498
Complementary color
Monochromatic Colors of #BCE498
Black with #BCE498
Text Example
Text Example
White with #BCE498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE498; }
p { color: rgb(188,228,152); }
H1.HeaderClassName
{
color: #BCE498;
}
.AnyTagClassName
{
color: #BCE498;
}
</style>
background-color css
<style>
a { background-color: #BCE498; }
a { background-color: rgb(188,228,152); }
div.DivClassName
{
background-color: #BCE498;
}
.BgClassName
{
background-color: #BCE498;
}
</style>
border-color css
<style>
span { border-color: #BCE498; }
span { border-color: rgb(188,228,152); }
td.TdClassName
{
border-color: #BCE498;
}
.TagClassName
{
border-color: #BCE498;
}
</style>