Shades of Fuego #B3C433
Tints of Fuego #B3C433
RGB
CMYK
RGB Variations
Color information
#B3C433 (or 0xB3C433) is known color: Fuego. HEX triplet: B3, C4 and 33. RGB value is (179,196,51). Sum of RGB (Red+Green+Blue) = 179+196+51=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C433 is #4C3BCC. Grayscale: #AEAEAE. Windows color (decimal): -4996045 or 3392691. OLE color: 3392691.
HSL color Cylindrical-coordinate representation of color #B3C433: hue angle of 67.03º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3C433 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 196 | 51 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.23 |
| HSL | 67.03º | 0.59% | 0.48% | - |
| HSV(B) | 67.03º | 0.74% | 0.77% | - |
| XYZ | 38.93 | 49.3 | 10.6 | - |
| YUV | 174.39 | 58.37 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 51 | 0.09 | 0 | 0.74 | 0.23 | 67.03 | 0.59 | 0.48 |
| Hex | B3 | C4 | 33 | 9 | 0 | 4A | 17 | 43 | 3B | 30 |
| Octal | 263 | 304 | 63 | 11 | 0 | 112 | 27 | 103 | 73 | 60 |
| Binary | 10110011 | 11000100 | 110011 | 1001 | 0 | 1001010 | 10111 | 1000011 | 111011 | 110000 |
Color Harmonies of #B3C433
Complementary color
Monochromatic Colors of #B3C433
Black with #B3C433
Text Example
Text Example
White with #B3C433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C433; }
p { color: rgb(179,196,51); }
H1.HeaderClassName
{
color: #B3C433;
}
.AnyTagClassName
{
color: #B3C433;
}
</style>
background-color css
<style>
a { background-color: #B3C433; }
a { background-color: rgb(179,196,51); }
div.DivClassName
{
background-color: #B3C433;
}
.BgClassName
{
background-color: #B3C433;
}
</style>
border-color css
<style>
span { border-color: #B3C433; }
span { border-color: rgb(179,196,51); }
td.TdClassName
{
border-color: #B3C433;
}
.TagClassName
{
border-color: #B3C433;
}
</style>