Shades of Fuego #B8C62F
Tints of Fuego #B8C62F
RGB
CMYK
RGB Variations
Color information
#B8C62F (or 0xB8C62F) is known color: Fuego. HEX triplet: B8, C6 and 2F. RGB value is (184,198,47). Sum of RGB (Red+Green+Blue) = 184+198+47=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 47 (18.75% from 255 or 10.96% from 429); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C62F is #4739D0. Grayscale: #B1B1B1. Windows color (decimal): -4667857 or 3131064. OLE color: 3131064.
HSL color Cylindrical-coordinate representation of color #B8C62F: hue angle of 65.56º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8C62F is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 198 | 47 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.22 |
| HSL | 65.56º | 0.62% | 0.48% | - |
| HSV(B) | 65.56º | 0.76% | 0.78% | - |
| XYZ | 40.47 | 50.78 | 10.36 | - |
| YUV | 176.6 | 54.86 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 47 | 0.07 | 0 | 0.76 | 0.22 | 65.56 | 0.62 | 0.48 |
| Hex | B8 | C6 | 2F | 7 | 0 | 4C | 16 | 42 | 3E | 30 |
| Octal | 270 | 306 | 57 | 7 | 0 | 114 | 26 | 102 | 76 | 60 |
| Binary | 10111000 | 11000110 | 101111 | 111 | 0 | 1001100 | 10110 | 1000010 | 111110 | 110000 |
Color Harmonies of #B8C62F
Complementary color
Monochromatic Colors of #B8C62F
Black with #B8C62F
Text Example
Text Example
White with #B8C62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C62F; }
p { color: rgb(184,198,47); }
H1.HeaderClassName
{
color: #B8C62F;
}
.AnyTagClassName
{
color: #B8C62F;
}
</style>
background-color css
<style>
a { background-color: #B8C62F; }
a { background-color: rgb(184,198,47); }
div.DivClassName
{
background-color: #B8C62F;
}
.BgClassName
{
background-color: #B8C62F;
}
</style>
border-color css
<style>
span { border-color: #B8C62F; }
span { border-color: rgb(184,198,47); }
td.TdClassName
{
border-color: #B8C62F;
}
.TagClassName
{
border-color: #B8C62F;
}
</style>