Shades of Fuego #BBD829
Tints of Fuego #BBD829
RGB
CMYK
RGB Variations
Color information
#BBD829 (or 0xBBD829) is known color: Fuego. HEX triplet: BB, D8 and 29. RGB value is (187,216,41). Sum of RGB (Red+Green+Blue) = 187+216+41=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 41 (16.41% from 255 or 9.23% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD829 is #4427D6. Grayscale: #BCBCBC. Windows color (decimal): -4466647 or 2742459. OLE color: 2742459.
HSL color Cylindrical-coordinate representation of color #BBD829: hue angle of 69.94º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBD829 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 41 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.15 |
| HSL | 69.94º | 0.69% | 0.5% | - |
| HSV(B) | 69.94º | 0.81% | 0.85% | - |
| XYZ | 45.45 | 59.84 | 11.25 | - |
| YUV | 187.38 | 45.39 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 41 | 0.13 | 0 | 0.81 | 0.15 | 69.94 | 0.69 | 0.5 |
| Hex | BB | D8 | 29 | D | 0 | 51 | F | 46 | 45 | 32 |
| Octal | 273 | 330 | 51 | 15 | 0 | 121 | 17 | 106 | 105 | 62 |
| Binary | 10111011 | 11011000 | 101001 | 1101 | 0 | 1010001 | 1111 | 1000110 | 1000101 | 110010 |
Color Harmonies of #BBD829
Complementary color
Monochromatic Colors of #BBD829
Black with #BBD829
Text Example
Text Example
White with #BBD829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD829; }
p { color: rgb(187,216,41); }
H1.HeaderClassName
{
color: #BBD829;
}
.AnyTagClassName
{
color: #BBD829;
}
</style>
background-color css
<style>
a { background-color: #BBD829; }
a { background-color: rgb(187,216,41); }
div.DivClassName
{
background-color: #BBD829;
}
.BgClassName
{
background-color: #BBD829;
}
</style>
border-color css
<style>
span { border-color: #BBD829; }
span { border-color: rgb(187,216,41); }
td.TdClassName
{
border-color: #BBD829;
}
.TagClassName
{
border-color: #BBD829;
}
</style>