Shades of Fuego #BBD833
Tints of Fuego #BBD833
RGB
CMYK
RGB Variations
Color information
#BBD833 (or 0xBBD833) is known color: Fuego. HEX triplet: BB, D8 and 33. RGB value is (187,216,51). Sum of RGB (Red+Green+Blue) = 187+216+51=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD833 is #4427CC. Grayscale: #BDBDBD. Windows color (decimal): -4466637 or 3397819. OLE color: 3397819.
HSL color Cylindrical-coordinate representation of color #BBD833: hue angle of 70.55º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBD833 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 51 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.15 |
| HSL | 70.55º | 0.68% | 0.52% | - |
| HSV(B) | 70.55º | 0.76% | 0.85% | - |
| XYZ | 45.65 | 59.92 | 12.29 | - |
| YUV | 188.52 | 50.39 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 51 | 0.13 | 0 | 0.76 | 0.15 | 70.55 | 0.68 | 0.52 |
| Hex | BB | D8 | 33 | D | 0 | 4C | F | 47 | 44 | 34 |
| Octal | 273 | 330 | 63 | 15 | 0 | 114 | 17 | 107 | 104 | 64 |
| Binary | 10111011 | 11011000 | 110011 | 1101 | 0 | 1001100 | 1111 | 1000111 | 1000100 | 110100 |
Color Harmonies of #BBD833
Complementary color
Monochromatic Colors of #BBD833
Black with #BBD833
Text Example
Text Example
White with #BBD833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD833; }
p { color: rgb(187,216,51); }
H1.HeaderClassName
{
color: #BBD833;
}
.AnyTagClassName
{
color: #BBD833;
}
</style>
background-color css
<style>
a { background-color: #BBD833; }
a { background-color: rgb(187,216,51); }
div.DivClassName
{
background-color: #BBD833;
}
.BgClassName
{
background-color: #BBD833;
}
</style>
border-color css
<style>
span { border-color: #BBD833; }
span { border-color: rgb(187,216,51); }
td.TdClassName
{
border-color: #BBD833;
}
.TagClassName
{
border-color: #BBD833;
}
</style>