Shades of Fuego #B0D929
Tints of Fuego #B0D929
RGB
CMYK
RGB Variations
Color information
#B0D929 (or 0xB0D929) is known color: Fuego. HEX triplet: B0, D9 and 29. RGB value is (176,217,41). Sum of RGB (Red+Green+Blue) = 176+217+41=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 41 (16.41% from 255 or 9.45% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D929 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D929 is #4F26D6. Grayscale: #B9B9B9. Windows color (decimal): -5187287 or 2742704. OLE color: 2742704.
HSL color Cylindrical-coordinate representation of color #B0D929: hue angle of 73.98º degrees, saturation: 0.7, 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 #B0D929 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 41 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.15 |
| HSL | 73.98º | 0.7% | 0.51% | - |
| HSV(B) | 73.98º | 0.81% | 0.85% | - |
| XYZ | 43.12 | 59.02 | 11.22 | - |
| YUV | 184.68 | 46.92 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 41 | 0.19 | 0 | 0.81 | 0.15 | 73.98 | 0.7 | 0.51 |
| Hex | B0 | D9 | 29 | 13 | 0 | 51 | F | 4A | 46 | 33 |
| Octal | 260 | 331 | 51 | 23 | 0 | 121 | 17 | 112 | 106 | 63 |
| Binary | 10110000 | 11011001 | 101001 | 10011 | 0 | 1010001 | 1111 | 1001010 | 1000110 | 110011 |
Color Harmonies of #B0D929
Complementary color
Monochromatic Colors of #B0D929
Black with #B0D929
Text Example
Text Example
White with #B0D929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D929; }
p { color: rgb(176,217,41); }
H1.HeaderClassName
{
color: #B0D929;
}
.AnyTagClassName
{
color: #B0D929;
}
</style>
background-color css
<style>
a { background-color: #B0D929; }
a { background-color: rgb(176,217,41); }
div.DivClassName
{
background-color: #B0D929;
}
.BgClassName
{
background-color: #B0D929;
}
</style>
border-color css
<style>
span { border-color: #B0D929; }
span { border-color: rgb(176,217,41); }
td.TdClassName
{
border-color: #B0D929;
}
.TagClassName
{
border-color: #B0D929;
}
</style>