Shades of Fuego #BBD522
Tints of Fuego #BBD522
RGB
CMYK
RGB Variations
Color information
#BBD522 (or 0xBBD522) is known color: Fuego. HEX triplet: BB, D5 and 22. RGB value is (187,213,34). Sum of RGB (Red+Green+Blue) = 187+213+34=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD522 is #442ADD. Grayscale: #B9B9B9. Windows color (decimal): -4467422 or 2282939. OLE color: 2282939.
HSL color Cylindrical-coordinate representation of color #BBD522: hue angle of 68.72º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBD522 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 34 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.16 |
| HSL | 68.72º | 0.72% | 0.48% | - |
| HSV(B) | 68.72º | 0.84% | 0.84% | - |
| XYZ | 44.58 | 58.27 | 10.41 | - |
| YUV | 184.82 | 42.89 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 34 | 0.12 | 0 | 0.84 | 0.16 | 68.72 | 0.72 | 0.48 |
| Hex | BB | D5 | 22 | C | 0 | 54 | 10 | 45 | 48 | 30 |
| Octal | 273 | 325 | 42 | 14 | 0 | 124 | 20 | 105 | 110 | 60 |
| Binary | 10111011 | 11010101 | 100010 | 1100 | 0 | 1010100 | 10000 | 1000101 | 1001000 | 110000 |
Color Harmonies of #BBD522
Complementary color
Monochromatic Colors of #BBD522
Black with #BBD522
Text Example
Text Example
White with #BBD522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD522; }
p { color: rgb(187,213,34); }
H1.HeaderClassName
{
color: #BBD522;
}
.AnyTagClassName
{
color: #BBD522;
}
</style>
background-color css
<style>
a { background-color: #BBD522; }
a { background-color: rgb(187,213,34); }
div.DivClassName
{
background-color: #BBD522;
}
.BgClassName
{
background-color: #BBD522;
}
</style>
border-color css
<style>
span { border-color: #BBD522; }
span { border-color: rgb(187,213,34); }
td.TdClassName
{
border-color: #BBD522;
}
.TagClassName
{
border-color: #BBD522;
}
</style>