Shades of Fuego #BBD620
Tints of Fuego #BBD620
RGB
CMYK
RGB Variations
Color information
#BBD620 (or 0xBBD620) is known color: Fuego. HEX triplet: BB, D6 and 20. RGB value is (187,214,32). Sum of RGB (Red+Green+Blue) = 187+214+32=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD620 is #4429DF. Grayscale: #B9B9B9. Windows color (decimal): -4467168 or 2152123. OLE color: 2152123.
HSL color Cylindrical-coordinate representation of color #BBD620: hue angle of 68.9º 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 #BBD620 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 32 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.16 |
| HSL | 68.9º | 0.74% | 0.48% | - |
| HSV(B) | 68.9º | 0.85% | 0.84% | - |
| XYZ | 44.8 | 58.76 | 10.35 | - |
| YUV | 185.18 | 41.55 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 32 | 0.13 | 0 | 0.85 | 0.16 | 68.9 | 0.74 | 0.48 |
| Hex | BB | D6 | 20 | D | 0 | 55 | 10 | 45 | 4A | 30 |
| Octal | 273 | 326 | 40 | 15 | 0 | 125 | 20 | 105 | 112 | 60 |
| Binary | 10111011 | 11010110 | 100000 | 1101 | 0 | 1010101 | 10000 | 1000101 | 1001010 | 110000 |
Color Harmonies of #BBD620
Complementary color
Monochromatic Colors of #BBD620
Black with #BBD620
Text Example
Text Example
White with #BBD620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD620; }
p { color: rgb(187,214,32); }
H1.HeaderClassName
{
color: #BBD620;
}
.AnyTagClassName
{
color: #BBD620;
}
</style>
background-color css
<style>
a { background-color: #BBD620; }
a { background-color: rgb(187,214,32); }
div.DivClassName
{
background-color: #BBD620;
}
.BgClassName
{
background-color: #BBD620;
}
</style>
border-color css
<style>
span { border-color: #BBD620; }
span { border-color: rgb(187,214,32); }
td.TdClassName
{
border-color: #BBD620;
}
.TagClassName
{
border-color: #BBD620;
}
</style>