Shades of Fuego #B8C533
Tints of Fuego #B8C533
RGB
CMYK
RGB Variations
Color information
#B8C533 (or 0xB8C533) is known color: Fuego. HEX triplet: B8, C5 and 33. RGB value is (184,197,51). Sum of RGB (Red+Green+Blue) = 184+197+51=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C533 is #473ACC. Grayscale: #B1B1B1. Windows color (decimal): -4668109 or 3392952. OLE color: 3392952.
HSL color Cylindrical-coordinate representation of color #B8C533: hue angle of 65.34º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8C533 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 51 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.23 |
| HSL | 65.34º | 0.59% | 0.49% | - |
| HSV(B) | 65.34º | 0.74% | 0.77% | - |
| XYZ | 40.33 | 50.36 | 10.73 | - |
| YUV | 176.47 | 57.19 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 51 | 0.07 | 0 | 0.74 | 0.23 | 65.34 | 0.59 | 0.49 |
| Hex | B8 | C5 | 33 | 7 | 0 | 4A | 17 | 41 | 3B | 31 |
| Octal | 270 | 305 | 63 | 7 | 0 | 112 | 27 | 101 | 73 | 61 |
| Binary | 10111000 | 11000101 | 110011 | 111 | 0 | 1001010 | 10111 | 1000001 | 111011 | 110001 |
Color Harmonies of #B8C533
Complementary color
Monochromatic Colors of #B8C533
Black with #B8C533
Text Example
Text Example
White with #B8C533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C533; }
p { color: rgb(184,197,51); }
H1.HeaderClassName
{
color: #B8C533;
}
.AnyTagClassName
{
color: #B8C533;
}
</style>
background-color css
<style>
a { background-color: #B8C533; }
a { background-color: rgb(184,197,51); }
div.DivClassName
{
background-color: #B8C533;
}
.BgClassName
{
background-color: #B8C533;
}
</style>
border-color css
<style>
span { border-color: #B8C533; }
span { border-color: rgb(184,197,51); }
td.TdClassName
{
border-color: #B8C533;
}
.TagClassName
{
border-color: #B8C533;
}
</style>