Shades of Fuego #B1D927
Tints of Fuego #B1D927
RGB
CMYK
RGB Variations
Color information
#B1D927 (or 0xB1D927) is known color: Fuego. HEX triplet: B1, D9 and 27. RGB value is (177,217,39). Sum of RGB (Red+Green+Blue) = 177+217+39=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 39 (15.62% from 255 or 9.01% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D927 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D927 is #4E26D8. Grayscale: #B9B9B9. Windows color (decimal): -5121753 or 2611633. OLE color: 2611633.
HSL color Cylindrical-coordinate representation of color #B1D927: hue angle of 73.48º 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 #B1D927 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 217 | 39 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.15 |
| HSL | 73.48º | 0.7% | 0.5% | - |
| HSV(B) | 73.48º | 0.82% | 0.85% | - |
| XYZ | 43.31 | 59.12 | 11.05 | - |
| YUV | 184.75 | 45.75 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 217 | 39 | 0.18 | 0 | 0.82 | 0.15 | 73.48 | 0.7 | 0.5 |
| Hex | B1 | D9 | 27 | 12 | 0 | 52 | F | 49 | 46 | 32 |
| Octal | 261 | 331 | 47 | 22 | 0 | 122 | 17 | 111 | 106 | 62 |
| Binary | 10110001 | 11011001 | 100111 | 10010 | 0 | 1010010 | 1111 | 1001001 | 1000110 | 110010 |
Color Harmonies of #B1D927
Complementary color
Monochromatic Colors of #B1D927
Black with #B1D927
Text Example
Text Example
White with #B1D927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D927; }
p { color: rgb(177,217,39); }
H1.HeaderClassName
{
color: #B1D927;
}
.AnyTagClassName
{
color: #B1D927;
}
</style>
background-color css
<style>
a { background-color: #B1D927; }
a { background-color: rgb(177,217,39); }
div.DivClassName
{
background-color: #B1D927;
}
.BgClassName
{
background-color: #B1D927;
}
</style>
border-color css
<style>
span { border-color: #B1D927; }
span { border-color: rgb(177,217,39); }
td.TdClassName
{
border-color: #B1D927;
}
.TagClassName
{
border-color: #B1D927;
}
</style>