Shades of Fuego #B0C935
Tints of Fuego #B0C935
RGB
CMYK
RGB Variations
Color information
#B0C935 (or 0xB0C935) is known color: Fuego. HEX triplet: B0, C9 and 35. RGB value is (176,201,53). Sum of RGB (Red+Green+Blue) = 176+201+53=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 53 (21.09% from 255 or 12.33% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C935 is #4F36CA. Grayscale: #B1B1B1. Windows color (decimal): -5191371 or 3525040. OLE color: 3525040.
HSL color Cylindrical-coordinate representation of color #B0C935: hue angle of 70.14º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0C935 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 53 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.21 |
| HSL | 70.14º | 0.58% | 0.5% | - |
| HSV(B) | 70.14º | 0.74% | 0.79% | - |
| XYZ | 39.43 | 51.26 | 11.18 | - |
| YUV | 176.65 | 58.22 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 53 | 0.12 | 0 | 0.74 | 0.21 | 70.14 | 0.58 | 0.5 |
| Hex | B0 | C9 | 35 | C | 0 | 4A | 15 | 46 | 3A | 32 |
| Octal | 260 | 311 | 65 | 14 | 0 | 112 | 25 | 106 | 72 | 62 |
| Binary | 10110000 | 11001001 | 110101 | 1100 | 0 | 1001010 | 10101 | 1000110 | 111010 | 110010 |
Color Harmonies of #B0C935
Complementary color
Monochromatic Colors of #B0C935
Black with #B0C935
Text Example
Text Example
White with #B0C935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C935; }
p { color: rgb(176,201,53); }
H1.HeaderClassName
{
color: #B0C935;
}
.AnyTagClassName
{
color: #B0C935;
}
</style>
background-color css
<style>
a { background-color: #B0C935; }
a { background-color: rgb(176,201,53); }
div.DivClassName
{
background-color: #B0C935;
}
.BgClassName
{
background-color: #B0C935;
}
</style>
border-color css
<style>
span { border-color: #B0C935; }
span { border-color: rgb(176,201,53); }
td.TdClassName
{
border-color: #B0C935;
}
.TagClassName
{
border-color: #B0C935;
}
</style>