Shades of Fuego #B9D534
Tints of Fuego #B9D534
RGB
CMYK
RGB Variations
Color information
#B9D534 (or 0xB9D534) is known color: Fuego. HEX triplet: B9, D5 and 34. RGB value is (185,213,52). Sum of RGB (Red+Green+Blue) = 185+213+52=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D534 is #462ACB. Grayscale: #BABABA. Windows color (decimal): -4598476 or 3462585. OLE color: 3462585.
HSL color Cylindrical-coordinate representation of color #B9D534: hue angle of 70.43º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9D534 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 213 | 52 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.16 |
| HSL | 70.43º | 0.66% | 0.52% | - |
| HSV(B) | 70.43º | 0.76% | 0.84% | - |
| XYZ | 44.42 | 58.15 | 12.13 | - |
| YUV | 186.27 | 52.22 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 213 | 52 | 0.13 | 0 | 0.76 | 0.16 | 70.43 | 0.66 | 0.52 |
| Hex | B9 | D5 | 34 | D | 0 | 4C | 10 | 46 | 42 | 34 |
| Octal | 271 | 325 | 64 | 15 | 0 | 114 | 20 | 106 | 102 | 64 |
| Binary | 10111001 | 11010101 | 110100 | 1101 | 0 | 1001100 | 10000 | 1000110 | 1000010 | 110100 |
Color Harmonies of #B9D534
Complementary color
Monochromatic Colors of #B9D534
Black with #B9D534
Text Example
Text Example
White with #B9D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D534; }
p { color: rgb(185,213,52); }
H1.HeaderClassName
{
color: #B9D534;
}
.AnyTagClassName
{
color: #B9D534;
}
</style>
background-color css
<style>
a { background-color: #B9D534; }
a { background-color: rgb(185,213,52); }
div.DivClassName
{
background-color: #B9D534;
}
.BgClassName
{
background-color: #B9D534;
}
</style>
border-color css
<style>
span { border-color: #B9D534; }
span { border-color: rgb(185,213,52); }
td.TdClassName
{
border-color: #B9D534;
}
.TagClassName
{
border-color: #B9D534;
}
</style>