Shades of Fuego #BBD333
Tints of Fuego #BBD333
RGB
CMYK
RGB Variations
Color information
#BBD333 (or 0xBBD333) is known color: Fuego. HEX triplet: BB, D3 and 33. RGB value is (187,211,51). Sum of RGB (Red+Green+Blue) = 187+211+51=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 51 (20.31% from 255 or 11.36% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD333 is #442CCC. Grayscale: #BABABA. Windows color (decimal): -4467917 or 3396539. OLE color: 3396539.
HSL color Cylindrical-coordinate representation of color #BBD333: hue angle of 69º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBD333 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 51 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.17 |
| HSL | 69º | 0.65% | 0.51% | - |
| HSV(B) | 69º | 0.76% | 0.83% | - |
| XYZ | 44.39 | 57.39 | 11.87 | - |
| YUV | 185.58 | 52.05 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 51 | 0.11 | 0 | 0.76 | 0.17 | 69 | 0.65 | 0.51 |
| Hex | BB | D3 | 33 | B | 0 | 4C | 11 | 45 | 41 | 33 |
| Octal | 273 | 323 | 63 | 13 | 0 | 114 | 21 | 105 | 101 | 63 |
| Binary | 10111011 | 11010011 | 110011 | 1011 | 0 | 1001100 | 10001 | 1000101 | 1000001 | 110011 |
Color Harmonies of #BBD333
Complementary color
Monochromatic Colors of #BBD333
Black with #BBD333
Text Example
Text Example
White with #BBD333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD333; }
p { color: rgb(187,211,51); }
H1.HeaderClassName
{
color: #BBD333;
}
.AnyTagClassName
{
color: #BBD333;
}
</style>
background-color css
<style>
a { background-color: #BBD333; }
a { background-color: rgb(187,211,51); }
div.DivClassName
{
background-color: #BBD333;
}
.BgClassName
{
background-color: #BBD333;
}
</style>
border-color css
<style>
span { border-color: #BBD333; }
span { border-color: rgb(187,211,51); }
td.TdClassName
{
border-color: #BBD333;
}
.TagClassName
{
border-color: #BBD333;
}
</style>