Shades of Fuego #BBD421
Tints of Fuego #BBD421
RGB
CMYK
RGB Variations
Color information
#BBD421 (or 0xBBD421) is known color: Fuego. HEX triplet: BB, D4 and 21. RGB value is (187,212,33). Sum of RGB (Red+Green+Blue) = 187+212+33=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD421 is #442BDE. Grayscale: #B8B8B8. Windows color (decimal): -4467679 or 2217147. OLE color: 2217147.
HSL color Cylindrical-coordinate representation of color #BBD421: hue angle of 68.38º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBD421 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 33 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.17 |
| HSL | 68.38º | 0.73% | 0.48% | - |
| HSV(B) | 68.38º | 0.84% | 0.83% | - |
| XYZ | 44.31 | 57.76 | 10.25 | - |
| YUV | 184.12 | 42.72 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 33 | 0.12 | 0 | 0.84 | 0.17 | 68.38 | 0.73 | 0.48 |
| Hex | BB | D4 | 21 | C | 0 | 54 | 11 | 44 | 49 | 30 |
| Octal | 273 | 324 | 41 | 14 | 0 | 124 | 21 | 104 | 111 | 60 |
| Binary | 10111011 | 11010100 | 100001 | 1100 | 0 | 1010100 | 10001 | 1000100 | 1001001 | 110000 |
Color Harmonies of #BBD421
Complementary color
Monochromatic Colors of #BBD421
Black with #BBD421
Text Example
Text Example
White with #BBD421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD421; }
p { color: rgb(187,212,33); }
H1.HeaderClassName
{
color: #BBD421;
}
.AnyTagClassName
{
color: #BBD421;
}
</style>
background-color css
<style>
a { background-color: #BBD421; }
a { background-color: rgb(187,212,33); }
div.DivClassName
{
background-color: #BBD421;
}
.BgClassName
{
background-color: #BBD421;
}
</style>
border-color css
<style>
span { border-color: #BBD421; }
span { border-color: rgb(187,212,33); }
td.TdClassName
{
border-color: #BBD421;
}
.TagClassName
{
border-color: #BBD421;
}
</style>