Shades of Fuego #B6C935
Tints of Fuego #B6C935
RGB
CMYK
RGB Variations
Color information
#B6C935 (or 0xB6C935) is known color: Fuego. HEX triplet: B6, C9 and 35. RGB value is (182,201,53). Sum of RGB (Red+Green+Blue) = 182+201+53=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C935 is #4936CA. Grayscale: #B3B3B3. Windows color (decimal): -4798155 or 3525046. OLE color: 3525046.
HSL color Cylindrical-coordinate representation of color #B6C935: hue angle of 67.7º 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 #B6C935 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 201 | 53 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.21 |
| HSL | 67.7º | 0.58% | 0.5% | - |
| HSV(B) | 67.7º | 0.74% | 0.79% | - |
| XYZ | 40.82 | 51.98 | 11.25 | - |
| YUV | 178.45 | 57.21 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 201 | 53 | 0.09 | 0 | 0.74 | 0.21 | 67.7 | 0.58 | 0.5 |
| Hex | B6 | C9 | 35 | 9 | 0 | 4A | 15 | 44 | 3A | 32 |
| Octal | 266 | 311 | 65 | 11 | 0 | 112 | 25 | 104 | 72 | 62 |
| Binary | 10110110 | 11001001 | 110101 | 1001 | 0 | 1001010 | 10101 | 1000100 | 111010 | 110010 |
Color Harmonies of #B6C935
Complementary color
Monochromatic Colors of #B6C935
Black with #B6C935
Text Example
Text Example
White with #B6C935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C935; }
p { color: rgb(182,201,53); }
H1.HeaderClassName
{
color: #B6C935;
}
.AnyTagClassName
{
color: #B6C935;
}
</style>
background-color css
<style>
a { background-color: #B6C935; }
a { background-color: rgb(182,201,53); }
div.DivClassName
{
background-color: #B6C935;
}
.BgClassName
{
background-color: #B6C935;
}
</style>
border-color css
<style>
span { border-color: #B6C935; }
span { border-color: rgb(182,201,53); }
td.TdClassName
{
border-color: #B6C935;
}
.TagClassName
{
border-color: #B6C935;
}
</style>