Shades of Fuego #B0C831
Tints of Fuego #B0C831
RGB
CMYK
RGB Variations
Color information
#B0C831 (or 0xB0C831) is known color: Fuego. HEX triplet: B0, C8 and 31. RGB value is (176,200,49). Sum of RGB (Red+Green+Blue) = 176+200+49=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C831 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C831 is #4F37CE. Grayscale: #B0B0B0. Windows color (decimal): -5191631 or 3262640. OLE color: 3262640.
HSL color Cylindrical-coordinate representation of color #B0C831: hue angle of 69.54º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0C831 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 200 | 49 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.22 |
| HSL | 69.54º | 0.61% | 0.49% | - |
| HSV(B) | 69.54º | 0.76% | 0.78% | - |
| XYZ | 39.11 | 50.76 | 10.64 | - |
| YUV | 175.61 | 56.55 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 200 | 49 | 0.12 | 0 | 0.76 | 0.22 | 69.54 | 0.61 | 0.49 |
| Hex | B0 | C8 | 31 | C | 0 | 4C | 16 | 46 | 3D | 31 |
| Octal | 260 | 310 | 61 | 14 | 0 | 114 | 26 | 106 | 75 | 61 |
| Binary | 10110000 | 11001000 | 110001 | 1100 | 0 | 1001100 | 10110 | 1000110 | 111101 | 110001 |
Color Harmonies of #B0C831
Complementary color
Monochromatic Colors of #B0C831
Black with #B0C831
Text Example
Text Example
White with #B0C831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C831; }
p { color: rgb(176,200,49); }
H1.HeaderClassName
{
color: #B0C831;
}
.AnyTagClassName
{
color: #B0C831;
}
</style>
background-color css
<style>
a { background-color: #B0C831; }
a { background-color: rgb(176,200,49); }
div.DivClassName
{
background-color: #B0C831;
}
.BgClassName
{
background-color: #B0C831;
}
</style>
border-color css
<style>
span { border-color: #B0C831; }
span { border-color: rgb(176,200,49); }
td.TdClassName
{
border-color: #B0C831;
}
.TagClassName
{
border-color: #B0C831;
}
</style>