Shades of Fuego #BBD520
Tints of Fuego #BBD520
RGB
CMYK
RGB Variations
Color information
#BBD520 (or 0xBBD520) is known color: Fuego. HEX triplet: BB, D5 and 20. RGB value is (187,213,32). Sum of RGB (Red+Green+Blue) = 187+213+32=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD520 is #442ADF. Grayscale: #B9B9B9. Windows color (decimal): -4467424 or 2151867. OLE color: 2151867.
HSL color Cylindrical-coordinate representation of color #BBD520: hue angle of 68.62º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBD520 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 32 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.16 |
| HSL | 68.62º | 0.74% | 0.48% | - |
| HSV(B) | 68.62º | 0.85% | 0.84% | - |
| XYZ | 44.55 | 58.26 | 10.26 | - |
| YUV | 184.59 | 41.89 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 32 | 0.12 | 0 | 0.85 | 0.16 | 68.62 | 0.74 | 0.48 |
| Hex | BB | D5 | 20 | C | 0 | 55 | 10 | 45 | 4A | 30 |
| Octal | 273 | 325 | 40 | 14 | 0 | 125 | 20 | 105 | 112 | 60 |
| Binary | 10111011 | 11010101 | 100000 | 1100 | 0 | 1010101 | 10000 | 1000101 | 1001010 | 110000 |
Color Harmonies of #BBD520
Complementary color
Monochromatic Colors of #BBD520
Black with #BBD520
Text Example
Text Example
White with #BBD520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD520; }
p { color: rgb(187,213,32); }
H1.HeaderClassName
{
color: #BBD520;
}
.AnyTagClassName
{
color: #BBD520;
}
</style>
background-color css
<style>
a { background-color: #BBD520; }
a { background-color: rgb(187,213,32); }
div.DivClassName
{
background-color: #BBD520;
}
.BgClassName
{
background-color: #BBD520;
}
</style>
border-color css
<style>
span { border-color: #BBD520; }
span { border-color: rgb(187,213,32); }
td.TdClassName
{
border-color: #BBD520;
}
.TagClassName
{
border-color: #BBD520;
}
</style>