Shades of Fuego #B8C42F
Tints of Fuego #B8C42F
RGB
CMYK
RGB Variations
Color information
#B8C42F (or 0xB8C42F) is known color: Fuego. HEX triplet: B8, C4 and 2F. RGB value is (184,196,47). Sum of RGB (Red+Green+Blue) = 184+196+47=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C42F is #473BD0. Grayscale: #B0B0B0. Windows color (decimal): -4668369 or 3130552. OLE color: 3130552.
HSL color Cylindrical-coordinate representation of color #B8C42F: hue angle of 64.83º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8C42F is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 47 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.23 |
| HSL | 64.83º | 0.61% | 0.48% | - |
| HSV(B) | 64.83º | 0.76% | 0.77% | - |
| XYZ | 40.02 | 49.88 | 10.21 | - |
| YUV | 175.43 | 55.52 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 47 | 0.06 | 0 | 0.76 | 0.23 | 64.83 | 0.61 | 0.48 |
| Hex | B8 | C4 | 2F | 6 | 0 | 4C | 17 | 41 | 3D | 30 |
| Octal | 270 | 304 | 57 | 6 | 0 | 114 | 27 | 101 | 75 | 60 |
| Binary | 10111000 | 11000100 | 101111 | 110 | 0 | 1001100 | 10111 | 1000001 | 111101 | 110000 |
Color Harmonies of #B8C42F
Complementary color
Monochromatic Colors of #B8C42F
Black with #B8C42F
Text Example
Text Example
White with #B8C42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C42F; }
p { color: rgb(184,196,47); }
H1.HeaderClassName
{
color: #B8C42F;
}
.AnyTagClassName
{
color: #B8C42F;
}
</style>
background-color css
<style>
a { background-color: #B8C42F; }
a { background-color: rgb(184,196,47); }
div.DivClassName
{
background-color: #B8C42F;
}
.BgClassName
{
background-color: #B8C42F;
}
</style>
border-color css
<style>
span { border-color: #B8C42F; }
span { border-color: rgb(184,196,47); }
td.TdClassName
{
border-color: #B8C42F;
}
.TagClassName
{
border-color: #B8C42F;
}
</style>