Shades of Fuego #BBDC21
Tints of Fuego #BBDC21
RGB
CMYK
RGB Variations
Color information
#BBDC21 (or 0xBBDC21) is known color: Fuego. HEX triplet: BB, DC and 21. RGB value is (187,220,33). Sum of RGB (Red+Green+Blue) = 187+220+33=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC21 is #4423DE. Grayscale: #BDBDBD. Windows color (decimal): -4465631 or 2219195. OLE color: 2219195.
HSL color Cylindrical-coordinate representation of color #BBDC21: hue angle of 70.59º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBDC21 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 33 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.14 |
| HSL | 70.59º | 0.74% | 0.5% | - |
| HSV(B) | 70.59º | 0.85% | 0.86% | - |
| XYZ | 46.36 | 61.86 | 10.94 | - |
| YUV | 188.82 | 40.07 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 33 | 0.15 | 0 | 0.85 | 0.14 | 70.59 | 0.74 | 0.5 |
| Hex | BB | DC | 21 | F | 0 | 55 | E | 47 | 4A | 32 |
| Octal | 273 | 334 | 41 | 17 | 0 | 125 | 16 | 107 | 112 | 62 |
| Binary | 10111011 | 11011100 | 100001 | 1111 | 0 | 1010101 | 1110 | 1000111 | 1001010 | 110010 |
Color Harmonies of #BBDC21
Complementary color
Monochromatic Colors of #BBDC21
Black with #BBDC21
Text Example
Text Example
White with #BBDC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC21; }
p { color: rgb(187,220,33); }
H1.HeaderClassName
{
color: #BBDC21;
}
.AnyTagClassName
{
color: #BBDC21;
}
</style>
background-color css
<style>
a { background-color: #BBDC21; }
a { background-color: rgb(187,220,33); }
div.DivClassName
{
background-color: #BBDC21;
}
.BgClassName
{
background-color: #BBDC21;
}
</style>
border-color css
<style>
span { border-color: #BBDC21; }
span { border-color: rgb(187,220,33); }
td.TdClassName
{
border-color: #BBDC21;
}
.TagClassName
{
border-color: #BBDC21;
}
</style>