Shades of Fuego #B0D92A
Tints of Fuego #B0D92A
RGB
CMYK
RGB Variations
Color information
#B0D92A (or 0xB0D92A) is known color: Fuego. HEX triplet: B0, D9 and 2A. RGB value is (176,217,42). Sum of RGB (Red+Green+Blue) = 176+217+42=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D92A is #4F26D5. Grayscale: #B9B9B9. Windows color (decimal): -5187286 or 2808240. OLE color: 2808240.
HSL color Cylindrical-coordinate representation of color #B0D92A: hue angle of 74.06º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0D92A is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 42 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.15 |
| HSL | 74.06º | 0.7% | 0.51% | - |
| HSV(B) | 74.06º | 0.81% | 0.85% | - |
| XYZ | 43.14 | 59.02 | 11.31 | - |
| YUV | 184.79 | 47.42 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 42 | 0.19 | 0 | 0.81 | 0.15 | 74.06 | 0.7 | 0.51 |
| Hex | B0 | D9 | 2A | 13 | 0 | 51 | F | 4A | 46 | 33 |
| Octal | 260 | 331 | 52 | 23 | 0 | 121 | 17 | 112 | 106 | 63 |
| Binary | 10110000 | 11011001 | 101010 | 10011 | 0 | 1010001 | 1111 | 1001010 | 1000110 | 110011 |
Color Harmonies of #B0D92A
Complementary color
Monochromatic Colors of #B0D92A
Black with #B0D92A
Text Example
Text Example
White with #B0D92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D92A; }
p { color: rgb(176,217,42); }
H1.HeaderClassName
{
color: #B0D92A;
}
.AnyTagClassName
{
color: #B0D92A;
}
</style>
background-color css
<style>
a { background-color: #B0D92A; }
a { background-color: rgb(176,217,42); }
div.DivClassName
{
background-color: #B0D92A;
}
.BgClassName
{
background-color: #B0D92A;
}
</style>
border-color css
<style>
span { border-color: #B0D92A; }
span { border-color: rgb(176,217,42); }
td.TdClassName
{
border-color: #B0D92A;
}
.TagClassName
{
border-color: #B0D92A;
}
</style>