Shades of Fuego #B0D92B
Tints of Fuego #B0D92B
RGB
CMYK
RGB Variations
Color information
#B0D92B (or 0xB0D92B) is known color: Fuego. HEX triplet: B0, D9 and 2B. RGB value is (176,217,43). Sum of RGB (Red+Green+Blue) = 176+217+43=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D92B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D92B is #4F26D4. Grayscale: #B9B9B9. Windows color (decimal): -5187285 or 2873776. OLE color: 2873776.
HSL color Cylindrical-coordinate representation of color #B0D92B: hue angle of 74.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0D92B is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 43 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.15 |
| HSL | 74.14º | 0.7% | 0.51% | - |
| HSV(B) | 74.14º | 0.8% | 0.85% | - |
| XYZ | 43.15 | 59.03 | 11.41 | - |
| YUV | 184.91 | 47.92 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 43 | 0.19 | 0 | 0.80 | 0.15 | 74.14 | 0.7 | 0.51 |
| Hex | B0 | D9 | 2B | 13 | 0 | 50 | F | 4A | 46 | 33 |
| Octal | 260 | 331 | 53 | 23 | 0 | 120 | 17 | 112 | 106 | 63 |
| Binary | 10110000 | 11011001 | 101011 | 10011 | 0 | 1010000 | 1111 | 1001010 | 1000110 | 110011 |
Color Harmonies of #B0D92B
Complementary color
Monochromatic Colors of #B0D92B
Black with #B0D92B
Text Example
Text Example
White with #B0D92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D92B; }
p { color: rgb(176,217,43); }
H1.HeaderClassName
{
color: #B0D92B;
}
.AnyTagClassName
{
color: #B0D92B;
}
</style>
background-color css
<style>
a { background-color: #B0D92B; }
a { background-color: rgb(176,217,43); }
div.DivClassName
{
background-color: #B0D92B;
}
.BgClassName
{
background-color: #B0D92B;
}
</style>
border-color css
<style>
span { border-color: #B0D92B; }
span { border-color: rgb(176,217,43); }
td.TdClassName
{
border-color: #B0D92B;
}
.TagClassName
{
border-color: #B0D92B;
}
</style>