Shades of Fuego #B3CE31
Tints of Fuego #B3CE31
RGB
CMYK
RGB Variations
Color information
#B3CE31 (or 0xB3CE31) is known color: Fuego. HEX triplet: B3, CE and 31. RGB value is (179,206,49). Sum of RGB (Red+Green+Blue) = 179+206+49=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CE31 is #4C31CE. Grayscale: #B4B4B4. Windows color (decimal): -4993487 or 3264179. OLE color: 3264179.
HSL color Cylindrical-coordinate representation of color #B3CE31: hue angle of 70.32º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B3CE31 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 49 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.19 |
| HSL | 70.32º | 0.62% | 0.5% | - |
| HSV(B) | 70.32º | 0.76% | 0.81% | - |
| XYZ | 41.22 | 53.95 | 11.15 | - |
| YUV | 180.03 | 54.05 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 49 | 0.13 | 0 | 0.76 | 0.19 | 70.32 | 0.62 | 0.5 |
| Hex | B3 | CE | 31 | D | 0 | 4C | 13 | 46 | 3E | 32 |
| Octal | 263 | 316 | 61 | 15 | 0 | 114 | 23 | 106 | 76 | 62 |
| Binary | 10110011 | 11001110 | 110001 | 1101 | 0 | 1001100 | 10011 | 1000110 | 111110 | 110010 |
Color Harmonies of #B3CE31
Complementary color
Monochromatic Colors of #B3CE31
Black with #B3CE31
Text Example
Text Example
White with #B3CE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CE31; }
p { color: rgb(179,206,49); }
H1.HeaderClassName
{
color: #B3CE31;
}
.AnyTagClassName
{
color: #B3CE31;
}
</style>
background-color css
<style>
a { background-color: #B3CE31; }
a { background-color: rgb(179,206,49); }
div.DivClassName
{
background-color: #B3CE31;
}
.BgClassName
{
background-color: #B3CE31;
}
</style>
border-color css
<style>
span { border-color: #B3CE31; }
span { border-color: rgb(179,206,49); }
td.TdClassName
{
border-color: #B3CE31;
}
.TagClassName
{
border-color: #B3CE31;
}
</style>