Shades of Fuego #BBD533
Tints of Fuego #BBD533
RGB
CMYK
RGB Variations
Color information
#BBD533 (or 0xBBD533) is known color: Fuego. HEX triplet: BB, D5 and 33. RGB value is (187,213,51). Sum of RGB (Red+Green+Blue) = 187+213+51=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD533 is #442ACC. Grayscale: #BBBBBB. Windows color (decimal): -4467405 or 3397051. OLE color: 3397051.
HSL color Cylindrical-coordinate representation of color #BBD533: hue angle of 69.63º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBD533 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 51 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.16 |
| HSL | 69.63º | 0.66% | 0.52% | - |
| HSV(B) | 69.63º | 0.76% | 0.84% | - |
| XYZ | 44.89 | 58.39 | 12.04 | - |
| YUV | 186.76 | 51.39 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 51 | 0.12 | 0 | 0.76 | 0.16 | 69.63 | 0.66 | 0.52 |
| Hex | BB | D5 | 33 | C | 0 | 4C | 10 | 46 | 42 | 34 |
| Octal | 273 | 325 | 63 | 14 | 0 | 114 | 20 | 106 | 102 | 64 |
| Binary | 10111011 | 11010101 | 110011 | 1100 | 0 | 1001100 | 10000 | 1000110 | 1000010 | 110100 |
Color Harmonies of #BBD533
Complementary color
Monochromatic Colors of #BBD533
Black with #BBD533
Text Example
Text Example
White with #BBD533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD533; }
p { color: rgb(187,213,51); }
H1.HeaderClassName
{
color: #BBD533;
}
.AnyTagClassName
{
color: #BBD533;
}
</style>
background-color css
<style>
a { background-color: #BBD533; }
a { background-color: rgb(187,213,51); }
div.DivClassName
{
background-color: #BBD533;
}
.BgClassName
{
background-color: #BBD533;
}
</style>
border-color css
<style>
span { border-color: #BBD533; }
span { border-color: rgb(187,213,51); }
td.TdClassName
{
border-color: #BBD533;
}
.TagClassName
{
border-color: #BBD533;
}
</style>