Shades of Fuego #BBDA29
Tints of Fuego #BBDA29
RGB
CMYK
RGB Variations
Color information
#BBDA29 (or 0xBBDA29) is known color: Fuego. HEX triplet: BB, DA and 29. RGB value is (187,218,41). Sum of RGB (Red+Green+Blue) = 187+218+41=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 41 (16.41% from 255 or 9.19% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA29 is #4425D6. Grayscale: #BDBDBD. Windows color (decimal): -4466135 or 2742971. OLE color: 2742971.
HSL color Cylindrical-coordinate representation of color #BBDA29: hue angle of 70.51º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBDA29 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 41 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.15 |
| HSL | 70.51º | 0.71% | 0.51% | - |
| HSV(B) | 70.51º | 0.81% | 0.85% | - |
| XYZ | 45.97 | 60.87 | 11.42 | - |
| YUV | 188.55 | 44.73 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 41 | 0.14 | 0 | 0.81 | 0.15 | 70.51 | 0.71 | 0.51 |
| Hex | BB | DA | 29 | E | 0 | 51 | F | 47 | 47 | 33 |
| Octal | 273 | 332 | 51 | 16 | 0 | 121 | 17 | 107 | 107 | 63 |
| Binary | 10111011 | 11011010 | 101001 | 1110 | 0 | 1010001 | 1111 | 1000111 | 1000111 | 110011 |
Color Harmonies of #BBDA29
Complementary color
Monochromatic Colors of #BBDA29
Black with #BBDA29
Text Example
Text Example
White with #BBDA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA29; }
p { color: rgb(187,218,41); }
H1.HeaderClassName
{
color: #BBDA29;
}
.AnyTagClassName
{
color: #BBDA29;
}
</style>
background-color css
<style>
a { background-color: #BBDA29; }
a { background-color: rgb(187,218,41); }
div.DivClassName
{
background-color: #BBDA29;
}
.BgClassName
{
background-color: #BBDA29;
}
</style>
border-color css
<style>
span { border-color: #BBDA29; }
span { border-color: rgb(187,218,41); }
td.TdClassName
{
border-color: #BBDA29;
}
.TagClassName
{
border-color: #BBDA29;
}
</style>