Shades of Fuego #BBDA2C
Tints of Fuego #BBDA2C
RGB
CMYK
RGB Variations
Color information
#BBDA2C (or 0xBBDA2C) is known color: Fuego. HEX triplet: BB, DA and 2C. RGB value is (187,218,44). Sum of RGB (Red+Green+Blue) = 187+218+44=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA2C is #4425D3. Grayscale: #BDBDBD. Windows color (decimal): -4466132 or 2939579. OLE color: 2939579.
HSL color Cylindrical-coordinate representation of color #BBDA2C: hue angle of 70.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBDA2C is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 44 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.15 |
| HSL | 70.69º | 0.7% | 0.51% | - |
| HSV(B) | 70.69º | 0.8% | 0.85% | - |
| XYZ | 46.02 | 60.89 | 11.71 | - |
| YUV | 188.9 | 46.23 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 44 | 0.14 | 0 | 0.80 | 0.15 | 70.69 | 0.7 | 0.51 |
| Hex | BB | DA | 2C | E | 0 | 50 | F | 47 | 46 | 33 |
| Octal | 273 | 332 | 54 | 16 | 0 | 120 | 17 | 107 | 106 | 63 |
| Binary | 10111011 | 11011010 | 101100 | 1110 | 0 | 1010000 | 1111 | 1000111 | 1000110 | 110011 |
Color Harmonies of #BBDA2C
Complementary color
Monochromatic Colors of #BBDA2C
Black with #BBDA2C
Text Example
Text Example
White with #BBDA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA2C; }
p { color: rgb(187,218,44); }
H1.HeaderClassName
{
color: #BBDA2C;
}
.AnyTagClassName
{
color: #BBDA2C;
}
</style>
background-color css
<style>
a { background-color: #BBDA2C; }
a { background-color: rgb(187,218,44); }
div.DivClassName
{
background-color: #BBDA2C;
}
.BgClassName
{
background-color: #BBDA2C;
}
</style>
border-color css
<style>
span { border-color: #BBDA2C; }
span { border-color: rgb(187,218,44); }
td.TdClassName
{
border-color: #BBDA2C;
}
.TagClassName
{
border-color: #BBDA2C;
}
</style>