Shades of Fuego #BBD721
Tints of Fuego #BBD721
RGB
CMYK
RGB Variations
Color information
#BBD721 (or 0xBBD721) is known color: Fuego. HEX triplet: BB, D7 and 21. RGB value is (187,215,33). Sum of RGB (Red+Green+Blue) = 187+215+33=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD721 is #4428DE. Grayscale: #BABABA. Windows color (decimal): -4466911 or 2217915. OLE color: 2217915.
HSL color Cylindrical-coordinate representation of color #BBD721: hue angle of 69.23º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBD721 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 33 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.16 |
| HSL | 69.23º | 0.73% | 0.49% | - |
| HSV(B) | 69.23º | 0.85% | 0.84% | - |
| XYZ | 45.07 | 59.28 | 10.5 | - |
| YUV | 185.88 | 41.72 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 33 | 0.13 | 0 | 0.85 | 0.16 | 69.23 | 0.73 | 0.49 |
| Hex | BB | D7 | 21 | D | 0 | 55 | 10 | 45 | 49 | 31 |
| Octal | 273 | 327 | 41 | 15 | 0 | 125 | 20 | 105 | 111 | 61 |
| Binary | 10111011 | 11010111 | 100001 | 1101 | 0 | 1010101 | 10000 | 1000101 | 1001001 | 110001 |
Color Harmonies of #BBD721
Complementary color
Monochromatic Colors of #BBD721
Black with #BBD721
Text Example
Text Example
White with #BBD721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD721; }
p { color: rgb(187,215,33); }
H1.HeaderClassName
{
color: #BBD721;
}
.AnyTagClassName
{
color: #BBD721;
}
</style>
background-color css
<style>
a { background-color: #BBD721; }
a { background-color: rgb(187,215,33); }
div.DivClassName
{
background-color: #BBD721;
}
.BgClassName
{
background-color: #BBD721;
}
</style>
border-color css
<style>
span { border-color: #BBD721; }
span { border-color: rgb(187,215,33); }
td.TdClassName
{
border-color: #BBD721;
}
.TagClassName
{
border-color: #BBD721;
}
</style>