Shades of Fuego #B2C936
Tints of Fuego #B2C936
RGB
CMYK
RGB Variations
Color information
#B2C936 (or 0xB2C936) is known color: Fuego. HEX triplet: B2, C9 and 36. RGB value is (178,201,54). Sum of RGB (Red+Green+Blue) = 178+201+54=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C936 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C936 is #4D36C9. Grayscale: #B1B1B1. Windows color (decimal): -5060298 or 3590578. OLE color: 3590578.
HSL color Cylindrical-coordinate representation of color #B2C936: hue angle of 69.39º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2C936 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 54 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.21 |
| HSL | 69.39º | 0.58% | 0.5% | - |
| HSV(B) | 69.39º | 0.73% | 0.79% | - |
| XYZ | 39.91 | 51.5 | 11.33 | - |
| YUV | 177.37 | 58.38 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 54 | 0.11 | 0 | 0.73 | 0.21 | 69.39 | 0.58 | 0.5 |
| Hex | B2 | C9 | 36 | B | 0 | 49 | 15 | 45 | 3A | 32 |
| Octal | 262 | 311 | 66 | 13 | 0 | 111 | 25 | 105 | 72 | 62 |
| Binary | 10110010 | 11001001 | 110110 | 1011 | 0 | 1001001 | 10101 | 1000101 | 111010 | 110010 |
Color Harmonies of #B2C936
Complementary color
Monochromatic Colors of #B2C936
Black with #B2C936
Text Example
Text Example
White with #B2C936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C936; }
p { color: rgb(178,201,54); }
H1.HeaderClassName
{
color: #B2C936;
}
.AnyTagClassName
{
color: #B2C936;
}
</style>
background-color css
<style>
a { background-color: #B2C936; }
a { background-color: rgb(178,201,54); }
div.DivClassName
{
background-color: #B2C936;
}
.BgClassName
{
background-color: #B2C936;
}
</style>
border-color css
<style>
span { border-color: #B2C936; }
span { border-color: rgb(178,201,54); }
td.TdClassName
{
border-color: #B2C936;
}
.TagClassName
{
border-color: #B2C936;
}
</style>