Shades of Fuego #BBDC31
Tints of Fuego #BBDC31
RGB
CMYK
RGB Variations
Color information
#BBDC31 (or 0xBBDC31) is known color: Fuego. HEX triplet: BB, DC and 31. RGB value is (187,220,49). Sum of RGB (Red+Green+Blue) = 187+220+49=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC31 is #4423CE. Grayscale: #BFBFBF. Windows color (decimal): -4465615 or 3267771. OLE color: 3267771.
HSL color Cylindrical-coordinate representation of color #BBDC31: hue angle of 71.58º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBDC31 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 49 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.14 |
| HSL | 71.58º | 0.71% | 0.53% | - |
| HSV(B) | 71.58º | 0.78% | 0.86% | - |
| XYZ | 46.64 | 61.97 | 12.41 | - |
| YUV | 190.64 | 48.07 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 49 | 0.15 | 0 | 0.78 | 0.14 | 71.58 | 0.71 | 0.53 |
| Hex | BB | DC | 31 | F | 0 | 4E | E | 48 | 47 | 35 |
| Octal | 273 | 334 | 61 | 17 | 0 | 116 | 16 | 110 | 107 | 65 |
| Binary | 10111011 | 11011100 | 110001 | 1111 | 0 | 1001110 | 1110 | 1001000 | 1000111 | 110101 |
Color Harmonies of #BBDC31
Complementary color
Monochromatic Colors of #BBDC31
Black with #BBDC31
Text Example
Text Example
White with #BBDC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC31; }
p { color: rgb(187,220,49); }
H1.HeaderClassName
{
color: #BBDC31;
}
.AnyTagClassName
{
color: #BBDC31;
}
</style>
background-color css
<style>
a { background-color: #BBDC31; }
a { background-color: rgb(187,220,49); }
div.DivClassName
{
background-color: #BBDC31;
}
.BgClassName
{
background-color: #BBDC31;
}
</style>
border-color css
<style>
span { border-color: #BBDC31; }
span { border-color: rgb(187,220,49); }
td.TdClassName
{
border-color: #BBDC31;
}
.TagClassName
{
border-color: #BBDC31;
}
</style>