Shades of Fuego #B0D136
Tints of Fuego #B0D136
RGB
CMYK
RGB Variations
Color information
#B0D136 (or 0xB0D136) is known color: Fuego. HEX triplet: B0, D1 and 36. RGB value is (176,209,54). Sum of RGB (Red+Green+Blue) = 176+209+54=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D136 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D136 is #4F2EC9. Grayscale: #B6B6B6. Windows color (decimal): -5189322 or 3592624. OLE color: 3592624.
HSL color Cylindrical-coordinate representation of color #B0D136: hue angle of 72.77º 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 #B0D136 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 209 | 54 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.18 |
| HSL | 72.77º | 0.63% | 0.52% | - |
| HSV(B) | 72.77º | 0.74% | 0.82% | - |
| XYZ | 41.37 | 55.1 | 11.94 | - |
| YUV | 181.46 | 56.07 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 209 | 54 | 0.16 | 0 | 0.74 | 0.18 | 72.77 | 0.63 | 0.52 |
| Hex | B0 | D1 | 36 | 10 | 0 | 4A | 12 | 49 | 3F | 34 |
| Octal | 260 | 321 | 66 | 20 | 0 | 112 | 22 | 111 | 77 | 64 |
| Binary | 10110000 | 11010001 | 110110 | 10000 | 0 | 1001010 | 10010 | 1001001 | 111111 | 110100 |
Color Harmonies of #B0D136
Complementary color
Monochromatic Colors of #B0D136
Black with #B0D136
Text Example
Text Example
White with #B0D136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D136; }
p { color: rgb(176,209,54); }
H1.HeaderClassName
{
color: #B0D136;
}
.AnyTagClassName
{
color: #B0D136;
}
</style>
background-color css
<style>
a { background-color: #B0D136; }
a { background-color: rgb(176,209,54); }
div.DivClassName
{
background-color: #B0D136;
}
.BgClassName
{
background-color: #B0D136;
}
</style>
border-color css
<style>
span { border-color: #B0D136; }
span { border-color: rgb(176,209,54); }
td.TdClassName
{
border-color: #B0D136;
}
.TagClassName
{
border-color: #B0D136;
}
</style>