Shades of Madang #BCEC9A
Tints of Madang #BCEC9A
RGB
CMYK
RGB Variations
Color information
#BCEC9A (or 0xBCEC9A) is known color: Madang. HEX triplet: BC, EC and 9A. RGB value is (188,236,154). Sum of RGB (Red+Green+Blue) = 188+236+154=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 154 (60.55% from 255 or 26.64% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEC9A is #431365. Grayscale: #D4D4D4. Windows color (decimal): -4395878 or 10153148. OLE color: 10153148.
HSL color Cylindrical-coordinate representation of color #BCEC9A: hue angle of 95.12º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCEC9A is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 154 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.07 |
| HSL | 95.12º | 0.68% | 0.76% | - |
| HSV(B) | 95.12º | 0.35% | 0.93% | - |
| XYZ | 56.57 | 73.02 | 41.68 | - |
| YUV | 212.3 | 95.1 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 154 | 0.20 | 0 | 0.35 | 0.07 | 95.12 | 0.68 | 0.76 |
| Hex | BC | EC | 9A | 14 | 0 | 23 | 7 | 5F | 44 | 4C |
| Octal | 274 | 354 | 232 | 24 | 0 | 43 | 7 | 137 | 104 | 114 |
| Binary | 10111100 | 11101100 | 10011010 | 10100 | 0 | 100011 | 111 | 1011111 | 1000100 | 1001100 |
Color Harmonies of #BCEC9A
Complementary color
Monochromatic Colors of #BCEC9A
Black with #BCEC9A
Text Example
Text Example
White with #BCEC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC9A; }
p { color: rgb(188,236,154); }
H1.HeaderClassName
{
color: #BCEC9A;
}
.AnyTagClassName
{
color: #BCEC9A;
}
</style>
background-color css
<style>
a { background-color: #BCEC9A; }
a { background-color: rgb(188,236,154); }
div.DivClassName
{
background-color: #BCEC9A;
}
.BgClassName
{
background-color: #BCEC9A;
}
</style>
border-color css
<style>
span { border-color: #BCEC9A; }
span { border-color: rgb(188,236,154); }
td.TdClassName
{
border-color: #BCEC9A;
}
.TagClassName
{
border-color: #BCEC9A;
}
</style>