Shades of Madang #BBFC9A
Tints of Madang #BBFC9A
RGB
CMYK
RGB Variations
Color information
#BBFC9A (or 0xBBFC9A) is known color: Madang. HEX triplet: BB, FC and 9A. RGB value is (187,252,154). Sum of RGB (Red+Green+Blue) = 187+252+154=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFC9A is #440365. Grayscale: #DDDDDD. Windows color (decimal): -4457318 or 10157243. OLE color: 10157243.
HSL color Cylindrical-coordinate representation of color #BBFC9A: hue angle of 99.8º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBFC9A is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 154 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.01 |
| HSL | 99.8º | 0.94% | 0.8% | - |
| HSV(B) | 99.8º | 0.39% | 0.99% | - |
| XYZ | 61.14 | 82.52 | 43.28 | - |
| YUV | 221.39 | 89.97 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 154 | 0.26 | 0 | 0.39 | 0.01 | 99.8 | 0.94 | 0.8 |
| Hex | BB | FC | 9A | 1A | 0 | 27 | 1 | 64 | 5E | 50 |
| Octal | 273 | 374 | 232 | 32 | 0 | 47 | 1 | 144 | 136 | 120 |
| Binary | 10111011 | 11111100 | 10011010 | 11010 | 0 | 100111 | 1 | 1100100 | 1011110 | 1010000 |
Color Harmonies of #BBFC9A
Complementary color
Monochromatic Colors of #BBFC9A
Black with #BBFC9A
Text Example
Text Example
White with #BBFC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC9A; }
p { color: rgb(187,252,154); }
H1.HeaderClassName
{
color: #BBFC9A;
}
.AnyTagClassName
{
color: #BBFC9A;
}
</style>
background-color css
<style>
a { background-color: #BBFC9A; }
a { background-color: rgb(187,252,154); }
div.DivClassName
{
background-color: #BBFC9A;
}
.BgClassName
{
background-color: #BBFC9A;
}
</style>
border-color css
<style>
span { border-color: #BBFC9A; }
span { border-color: rgb(187,252,154); }
td.TdClassName
{
border-color: #BBFC9A;
}
.TagClassName
{
border-color: #BBFC9A;
}
</style>