Shades of Fuego #B3CE39
Tints of Fuego #B3CE39
RGB
CMYK
RGB Variations
Color information
#B3CE39 (or 0xB3CE39) is known color: Fuego. HEX triplet: B3, CE and 39. RGB value is (179,206,57). Sum of RGB (Red+Green+Blue) = 179+206+57=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 57 (22.66% from 255 or 12.90% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CE39 is #4C31C6. Grayscale: #B5B5B5. Windows color (decimal): -4993479 or 3788467. OLE color: 3788467.
HSL color Cylindrical-coordinate representation of color #B3CE39: hue angle of 70.87º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3CE39 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 57 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.19 |
| HSL | 70.87º | 0.6% | 0.52% | - |
| HSV(B) | 70.87º | 0.72% | 0.81% | - |
| XYZ | 41.4 | 54.02 | 12.12 | - |
| YUV | 180.94 | 58.05 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 57 | 0.13 | 0 | 0.72 | 0.19 | 70.87 | 0.6 | 0.52 |
| Hex | B3 | CE | 39 | D | 0 | 48 | 13 | 47 | 3C | 34 |
| Octal | 263 | 316 | 71 | 15 | 0 | 110 | 23 | 107 | 74 | 64 |
| Binary | 10110011 | 11001110 | 111001 | 1101 | 0 | 1001000 | 10011 | 1000111 | 111100 | 110100 |
Color Harmonies of #B3CE39
Complementary color
Monochromatic Colors of #B3CE39
Black with #B3CE39
Text Example
Text Example
White with #B3CE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CE39; }
p { color: rgb(179,206,57); }
H1.HeaderClassName
{
color: #B3CE39;
}
.AnyTagClassName
{
color: #B3CE39;
}
</style>
background-color css
<style>
a { background-color: #B3CE39; }
a { background-color: rgb(179,206,57); }
div.DivClassName
{
background-color: #B3CE39;
}
.BgClassName
{
background-color: #B3CE39;
}
</style>
border-color css
<style>
span { border-color: #B3CE39; }
span { border-color: rgb(179,206,57); }
td.TdClassName
{
border-color: #B3CE39;
}
.TagClassName
{
border-color: #B3CE39;
}
</style>