Shades of Fuego #B8C534
Tints of Fuego #B8C534
RGB
CMYK
RGB Variations
Color information
#B8C534 (or 0xB8C534) is known color: Fuego. HEX triplet: B8, C5 and 34. RGB value is (184,197,52). Sum of RGB (Red+Green+Blue) = 184+197+52=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C534 is #473ACB. Grayscale: #B1B1B1. Windows color (decimal): -4668108 or 3458488. OLE color: 3458488.
HSL color Cylindrical-coordinate representation of color #B8C534: hue angle of 65.38º degrees, saturation: 0.58, 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 #B8C534 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 52 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.23 |
| HSL | 65.38º | 0.58% | 0.49% | - |
| HSV(B) | 65.38º | 0.74% | 0.77% | - |
| XYZ | 40.35 | 50.37 | 10.84 | - |
| YUV | 176.58 | 57.69 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 52 | 0.07 | 0 | 0.74 | 0.23 | 65.38 | 0.58 | 0.49 |
| Hex | B8 | C5 | 34 | 7 | 0 | 4A | 17 | 41 | 3A | 31 |
| Octal | 270 | 305 | 64 | 7 | 0 | 112 | 27 | 101 | 72 | 61 |
| Binary | 10111000 | 11000101 | 110100 | 111 | 0 | 1001010 | 10111 | 1000001 | 111010 | 110001 |
Color Harmonies of #B8C534
Complementary color
Monochromatic Colors of #B8C534
Black with #B8C534
Text Example
Text Example
White with #B8C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C534; }
p { color: rgb(184,197,52); }
H1.HeaderClassName
{
color: #B8C534;
}
.AnyTagClassName
{
color: #B8C534;
}
</style>
background-color css
<style>
a { background-color: #B8C534; }
a { background-color: rgb(184,197,52); }
div.DivClassName
{
background-color: #B8C534;
}
.BgClassName
{
background-color: #B8C534;
}
</style>
border-color css
<style>
span { border-color: #B8C534; }
span { border-color: rgb(184,197,52); }
td.TdClassName
{
border-color: #B8C534;
}
.TagClassName
{
border-color: #B8C534;
}
</style>