Shades of Fuego #B8C52E
Tints of Fuego #B8C52E
RGB
CMYK
RGB Variations
Color information
#B8C52E (or 0xB8C52E) is known color: Fuego. HEX triplet: B8, C5 and 2E. RGB value is (184,197,46). Sum of RGB (Red+Green+Blue) = 184+197+46=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C52E is #473AD1. Grayscale: #B0B0B0. Windows color (decimal): -4668114 or 3065272. OLE color: 3065272.
HSL color Cylindrical-coordinate representation of color #B8C52E: hue angle of 65.17º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8C52E is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 46 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.23 |
| HSL | 65.17º | 0.62% | 0.48% | - |
| HSV(B) | 65.17º | 0.77% | 0.77% | - |
| XYZ | 40.23 | 50.32 | 10.18 | - |
| YUV | 175.9 | 54.69 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 46 | 0.07 | 0 | 0.77 | 0.23 | 65.17 | 0.62 | 0.48 |
| Hex | B8 | C5 | 2E | 7 | 0 | 4D | 17 | 41 | 3E | 30 |
| Octal | 270 | 305 | 56 | 7 | 0 | 115 | 27 | 101 | 76 | 60 |
| Binary | 10111000 | 11000101 | 101110 | 111 | 0 | 1001101 | 10111 | 1000001 | 111110 | 110000 |
Color Harmonies of #B8C52E
Complementary color
Monochromatic Colors of #B8C52E
Black with #B8C52E
Text Example
Text Example
White with #B8C52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C52E; }
p { color: rgb(184,197,46); }
H1.HeaderClassName
{
color: #B8C52E;
}
.AnyTagClassName
{
color: #B8C52E;
}
</style>
background-color css
<style>
a { background-color: #B8C52E; }
a { background-color: rgb(184,197,46); }
div.DivClassName
{
background-color: #B8C52E;
}
.BgClassName
{
background-color: #B8C52E;
}
</style>
border-color css
<style>
span { border-color: #B8C52E; }
span { border-color: rgb(184,197,46); }
td.TdClassName
{
border-color: #B8C52E;
}
.TagClassName
{
border-color: #B8C52E;
}
</style>