Shades of Fuego #B2D928
Tints of Fuego #B2D928
RGB
CMYK
RGB Variations
Color information
#B2D928 (or 0xB2D928) is known color: Fuego. HEX triplet: B2, D9 and 28. RGB value is (178,217,40). Sum of RGB (Red+Green+Blue) = 178+217+40=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D928 is #4D26D7. Grayscale: #B9B9B9. Windows color (decimal): -5056216 or 2677170. OLE color: 2677170.
HSL color Cylindrical-coordinate representation of color #B2D928: hue angle of 73.22º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2D928 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 40 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.15 |
| HSL | 73.22º | 0.7% | 0.5% | - |
| HSV(B) | 73.22º | 0.82% | 0.85% | - |
| XYZ | 43.56 | 59.24 | 11.15 | - |
| YUV | 185.16 | 46.08 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 40 | 0.18 | 0 | 0.82 | 0.15 | 73.22 | 0.7 | 0.5 |
| Hex | B2 | D9 | 28 | 12 | 0 | 52 | F | 49 | 46 | 32 |
| Octal | 262 | 331 | 50 | 22 | 0 | 122 | 17 | 111 | 106 | 62 |
| Binary | 10110010 | 11011001 | 101000 | 10010 | 0 | 1010010 | 1111 | 1001001 | 1000110 | 110010 |
Color Harmonies of #B2D928
Complementary color
Monochromatic Colors of #B2D928
Black with #B2D928
Text Example
Text Example
White with #B2D928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D928; }
p { color: rgb(178,217,40); }
H1.HeaderClassName
{
color: #B2D928;
}
.AnyTagClassName
{
color: #B2D928;
}
</style>
background-color css
<style>
a { background-color: #B2D928; }
a { background-color: rgb(178,217,40); }
div.DivClassName
{
background-color: #B2D928;
}
.BgClassName
{
background-color: #B2D928;
}
</style>
border-color css
<style>
span { border-color: #B2D928; }
span { border-color: rgb(178,217,40); }
td.TdClassName
{
border-color: #B2D928;
}
.TagClassName
{
border-color: #B2D928;
}
</style>