Shades of Fuego #B2C935
Tints of Fuego #B2C935
RGB
CMYK
RGB Variations
Color information
#B2C935 (or 0xB2C935) is known color: Fuego. HEX triplet: B2, C9 and 35. RGB value is (178,201,53). Sum of RGB (Red+Green+Blue) = 178+201+53=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 53 (21.09% from 255 or 12.27% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C935 is #4D36CA. Grayscale: #B1B1B1. Windows color (decimal): -5060299 or 3525042. OLE color: 3525042.
HSL color Cylindrical-coordinate representation of color #B2C935: hue angle of 69.32º 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 #B2C935 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 53 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.21 |
| HSL | 69.32º | 0.58% | 0.5% | - |
| HSV(B) | 69.32º | 0.74% | 0.79% | - |
| XYZ | 39.89 | 51.5 | 11.21 | - |
| YUV | 177.25 | 57.88 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 53 | 0.11 | 0 | 0.74 | 0.21 | 69.32 | 0.58 | 0.5 |
| Hex | B2 | C9 | 35 | B | 0 | 4A | 15 | 45 | 3A | 32 |
| Octal | 262 | 311 | 65 | 13 | 0 | 112 | 25 | 105 | 72 | 62 |
| Binary | 10110010 | 11001001 | 110101 | 1011 | 0 | 1001010 | 10101 | 1000101 | 111010 | 110010 |
Color Harmonies of #B2C935
Complementary color
Monochromatic Colors of #B2C935
Black with #B2C935
Text Example
Text Example
White with #B2C935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C935; }
p { color: rgb(178,201,53); }
H1.HeaderClassName
{
color: #B2C935;
}
.AnyTagClassName
{
color: #B2C935;
}
</style>
background-color css
<style>
a { background-color: #B2C935; }
a { background-color: rgb(178,201,53); }
div.DivClassName
{
background-color: #B2C935;
}
.BgClassName
{
background-color: #B2C935;
}
</style>
border-color css
<style>
span { border-color: #B2C935; }
span { border-color: rgb(178,201,53); }
td.TdClassName
{
border-color: #B2C935;
}
.TagClassName
{
border-color: #B2C935;
}
</style>