Shades of Fuego #BBD828
Tints of Fuego #BBD828
RGB
CMYK
RGB Variations
Color information
#BBD828 (or 0xBBD828) is known color: Fuego. HEX triplet: BB, D8 and 28. RGB value is (187,216,40). Sum of RGB (Red+Green+Blue) = 187+216+40=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD828 is #4427D7. Grayscale: #BBBBBB. Windows color (decimal): -4466648 or 2676923. OLE color: 2676923.
HSL color Cylindrical-coordinate representation of color #BBD828: hue angle of 69.89º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBD828 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 40 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.15 |
| HSL | 69.89º | 0.69% | 0.5% | - |
| HSV(B) | 69.89º | 0.81% | 0.85% | - |
| XYZ | 45.43 | 59.83 | 11.16 | - |
| YUV | 187.27 | 44.89 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 40 | 0.13 | 0 | 0.81 | 0.15 | 69.89 | 0.69 | 0.5 |
| Hex | BB | D8 | 28 | D | 0 | 51 | F | 46 | 45 | 32 |
| Octal | 273 | 330 | 50 | 15 | 0 | 121 | 17 | 106 | 105 | 62 |
| Binary | 10111011 | 11011000 | 101000 | 1101 | 0 | 1010001 | 1111 | 1000110 | 1000101 | 110010 |
Color Harmonies of #BBD828
Complementary color
Monochromatic Colors of #BBD828
Black with #BBD828
Text Example
Text Example
White with #BBD828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD828; }
p { color: rgb(187,216,40); }
H1.HeaderClassName
{
color: #BBD828;
}
.AnyTagClassName
{
color: #BBD828;
}
</style>
background-color css
<style>
a { background-color: #BBD828; }
a { background-color: rgb(187,216,40); }
div.DivClassName
{
background-color: #BBD828;
}
.BgClassName
{
background-color: #BBD828;
}
</style>
border-color css
<style>
span { border-color: #BBD828; }
span { border-color: rgb(187,216,40); }
td.TdClassName
{
border-color: #BBD828;
}
.TagClassName
{
border-color: #BBD828;
}
</style>