Shades of Fuego #B9D136
Tints of Fuego #B9D136
RGB
CMYK
RGB Variations
Color information
#B9D136 (or 0xB9D136) is known color: Fuego. HEX triplet: B9, D1 and 36. RGB value is (185,209,54). Sum of RGB (Red+Green+Blue) = 185+209+54=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 54 (21.48% from 255 or 12.05% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D136 is #462EC9. Grayscale: #B8B8B8. Windows color (decimal): -4599498 or 3592633. OLE color: 3592633.
HSL color Cylindrical-coordinate representation of color #B9D136: hue angle of 69.29º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9D136 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 209 | 54 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.18 |
| HSL | 69.29º | 0.63% | 0.52% | - |
| HSV(B) | 69.29º | 0.74% | 0.82% | - |
| XYZ | 43.47 | 56.18 | 12.04 | - |
| YUV | 184.15 | 54.55 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 209 | 54 | 0.11 | 0 | 0.74 | 0.18 | 69.29 | 0.63 | 0.52 |
| Hex | B9 | D1 | 36 | B | 0 | 4A | 12 | 45 | 3F | 34 |
| Octal | 271 | 321 | 66 | 13 | 0 | 112 | 22 | 105 | 77 | 64 |
| Binary | 10111001 | 11010001 | 110110 | 1011 | 0 | 1001010 | 10010 | 1000101 | 111111 | 110100 |
Color Harmonies of #B9D136
Complementary color
Monochromatic Colors of #B9D136
Black with #B9D136
Text Example
Text Example
White with #B9D136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D136; }
p { color: rgb(185,209,54); }
H1.HeaderClassName
{
color: #B9D136;
}
.AnyTagClassName
{
color: #B9D136;
}
</style>
background-color css
<style>
a { background-color: #B9D136; }
a { background-color: rgb(185,209,54); }
div.DivClassName
{
background-color: #B9D136;
}
.BgClassName
{
background-color: #B9D136;
}
</style>
border-color css
<style>
span { border-color: #B9D136; }
span { border-color: rgb(185,209,54); }
td.TdClassName
{
border-color: #B9D136;
}
.TagClassName
{
border-color: #B9D136;
}
</style>