Shades of Fuego #B9D835
Tints of Fuego #B9D835
RGB
CMYK
RGB Variations
Color information
#B9D835 (or 0xB9D835) is known color: Fuego. HEX triplet: B9, D8 and 35. RGB value is (185,216,53). Sum of RGB (Red+Green+Blue) = 185+216+53=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 53 (21.09% from 255 or 11.67% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D835 is #4627CA. Grayscale: #BCBCBC. Windows color (decimal): -4597707 or 3528889. OLE color: 3528889.
HSL color Cylindrical-coordinate representation of color #B9D835: hue angle of 71.41º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9D835 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 53 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.15 |
| HSL | 71.41º | 0.68% | 0.53% | - |
| HSV(B) | 71.41º | 0.75% | 0.85% | - |
| XYZ | 45.21 | 59.68 | 12.51 | - |
| YUV | 188.15 | 51.73 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 53 | 0.14 | 0 | 0.75 | 0.15 | 71.41 | 0.68 | 0.53 |
| Hex | B9 | D8 | 35 | E | 0 | 4B | F | 47 | 44 | 35 |
| Octal | 271 | 330 | 65 | 16 | 0 | 113 | 17 | 107 | 104 | 65 |
| Binary | 10111001 | 11011000 | 110101 | 1110 | 0 | 1001011 | 1111 | 1000111 | 1000100 | 110101 |
Color Harmonies of #B9D835
Complementary color
Monochromatic Colors of #B9D835
Black with #B9D835
Text Example
Text Example
White with #B9D835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D835; }
p { color: rgb(185,216,53); }
H1.HeaderClassName
{
color: #B9D835;
}
.AnyTagClassName
{
color: #B9D835;
}
</style>
background-color css
<style>
a { background-color: #B9D835; }
a { background-color: rgb(185,216,53); }
div.DivClassName
{
background-color: #B9D835;
}
.BgClassName
{
background-color: #B9D835;
}
</style>
border-color css
<style>
span { border-color: #B9D835; }
span { border-color: rgb(185,216,53); }
td.TdClassName
{
border-color: #B9D835;
}
.TagClassName
{
border-color: #B9D835;
}
</style>