Shades of Fuego #B9C535
Tints of Fuego #B9C535
RGB
CMYK
RGB Variations
Color information
#B9C535 (or 0xB9C535) is known color: Fuego. HEX triplet: B9, C5 and 35. RGB value is (185,197,53). Sum of RGB (Red+Green+Blue) = 185+197+53=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 53 (21.09% from 255 or 12.18% from 435); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C535 is #463ACA. Grayscale: #B1B1B1. Windows color (decimal): -4602571 or 3524025. OLE color: 3524025.
HSL color Cylindrical-coordinate representation of color #B9C535: hue angle of 65º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9C535 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 53 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.23 |
| HSL | 65º | 0.58% | 0.49% | - |
| HSV(B) | 65º | 0.73% | 0.77% | - |
| XYZ | 40.62 | 50.5 | 10.98 | - |
| YUV | 177 | 58.02 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 53 | 0.06 | 0 | 0.73 | 0.23 | 65 | 0.58 | 0.49 |
| Hex | B9 | C5 | 35 | 6 | 0 | 49 | 17 | 41 | 3A | 31 |
| Octal | 271 | 305 | 65 | 6 | 0 | 111 | 27 | 101 | 72 | 61 |
| Binary | 10111001 | 11000101 | 110101 | 110 | 0 | 1001001 | 10111 | 1000001 | 111010 | 110001 |
Color Harmonies of #B9C535
Complementary color
Monochromatic Colors of #B9C535
Black with #B9C535
Text Example
Text Example
White with #B9C535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C535; }
p { color: rgb(185,197,53); }
H1.HeaderClassName
{
color: #B9C535;
}
.AnyTagClassName
{
color: #B9C535;
}
</style>
background-color css
<style>
a { background-color: #B9C535; }
a { background-color: rgb(185,197,53); }
div.DivClassName
{
background-color: #B9C535;
}
.BgClassName
{
background-color: #B9C535;
}
</style>
border-color css
<style>
span { border-color: #B9C535; }
span { border-color: rgb(185,197,53); }
td.TdClassName
{
border-color: #B9C535;
}
.TagClassName
{
border-color: #B9C535;
}
</style>