Shades of Fuego #B0DC32
Tints of Fuego #B0DC32
RGB
CMYK
RGB Variations
Color information
#B0DC32 (or 0xB0DC32) is known color: Fuego. HEX triplet: B0, DC and 32. RGB value is (176,220,50). Sum of RGB (Red+Green+Blue) = 176+220+50=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DC32 is #4F23CD. Grayscale: #BCBCBC. Windows color (decimal): -5186510 or 3333296. OLE color: 3333296.
HSL color Cylindrical-coordinate representation of color #B0DC32: hue angle of 75.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0DC32 is Cyan = 0.2, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 50 | - |
| CMYK | 0.2 | 0 | 0.77 | 0.14 |
| HSL | 75.53º | 0.71% | 0.53% | - |
| HSV(B) | 75.53º | 0.77% | 0.86% | - |
| XYZ | 44.07 | 60.65 | 12.4 | - |
| YUV | 187.46 | 50.42 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 50 | 0.2 | 0 | 0.77 | 0.14 | 75.53 | 0.71 | 0.53 |
| Hex | B0 | DC | 32 | 14 | 0 | 4D | E | 4C | 47 | 35 |
| Octal | 260 | 334 | 62 | 24 | 0 | 115 | 16 | 114 | 107 | 65 |
| Binary | 10110000 | 11011100 | 110010 | 10100 | 0 | 1001101 | 1110 | 1001100 | 1000111 | 110101 |
Color Harmonies of #B0DC32
Complementary color
Monochromatic Colors of #B0DC32
Black with #B0DC32
Text Example
Text Example
White with #B0DC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC32; }
p { color: rgb(176,220,50); }
H1.HeaderClassName
{
color: #B0DC32;
}
.AnyTagClassName
{
color: #B0DC32;
}
</style>
background-color css
<style>
a { background-color: #B0DC32; }
a { background-color: rgb(176,220,50); }
div.DivClassName
{
background-color: #B0DC32;
}
.BgClassName
{
background-color: #B0DC32;
}
</style>
border-color css
<style>
span { border-color: #B0DC32; }
span { border-color: rgb(176,220,50); }
td.TdClassName
{
border-color: #B0DC32;
}
.TagClassName
{
border-color: #B0DC32;
}
</style>