Shades of Madang #BCF59B
Tints of Madang #BCF59B
RGB
CMYK
RGB Variations
Color information
#BCF59B (or 0xBCF59B) is known color: Madang. HEX triplet: BC, F5 and 9B. RGB value is (188,245,155). Sum of RGB (Red+Green+Blue) = 188+245+155=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF59B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF59B is #430A64. Grayscale: #DADADA. Windows color (decimal): -4393573 or 10220988. OLE color: 10220988.
HSL color Cylindrical-coordinate representation of color #BCF59B: hue angle of 98º 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 #BCF59B is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 155 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.04 |
| HSL | 98º | 0.82% | 0.78% | - |
| HSV(B) | 98º | 0.37% | 0.96% | - |
| XYZ | 59.31 | 78.36 | 43.01 | - |
| YUV | 217.7 | 92.62 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 155 | 0.23 | 0 | 0.37 | 0.04 | 98 | 0.82 | 0.78 |
| Hex | BC | F5 | 9B | 17 | 0 | 25 | 4 | 62 | 52 | 4E |
| Octal | 274 | 365 | 233 | 27 | 0 | 45 | 4 | 142 | 122 | 116 |
| Binary | 10111100 | 11110101 | 10011011 | 10111 | 0 | 100101 | 100 | 1100010 | 1010010 | 1001110 |
Color Harmonies of #BCF59B
Complementary color
Monochromatic Colors of #BCF59B
Black with #BCF59B
Text Example
Text Example
White with #BCF59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF59B; }
p { color: rgb(188,245,155); }
H1.HeaderClassName
{
color: #BCF59B;
}
.AnyTagClassName
{
color: #BCF59B;
}
</style>
background-color css
<style>
a { background-color: #BCF59B; }
a { background-color: rgb(188,245,155); }
div.DivClassName
{
background-color: #BCF59B;
}
.BgClassName
{
background-color: #BCF59B;
}
</style>
border-color css
<style>
span { border-color: #BCF59B; }
span { border-color: rgb(188,245,155); }
td.TdClassName
{
border-color: #BCF59B;
}
.TagClassName
{
border-color: #BCF59B;
}
</style>