Shades of Fuego #B8C82E
Tints of Fuego #B8C82E
RGB
CMYK
RGB Variations
Color information
#B8C82E (or 0xB8C82E) is known color: Fuego. HEX triplet: B8, C8 and 2E. RGB value is (184,200,46). Sum of RGB (Red+Green+Blue) = 184+200+46=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C82E is #4737D1. Grayscale: #B2B2B2. Windows color (decimal): -4667346 or 3066040. OLE color: 3066040.
HSL color Cylindrical-coordinate representation of color #B8C82E: hue angle of 66.23º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8C82E is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 200 | 46 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.22 |
| HSL | 66.23º | 0.63% | 0.48% | - |
| HSV(B) | 66.23º | 0.77% | 0.78% | - |
| XYZ | 40.91 | 51.7 | 10.41 | - |
| YUV | 177.66 | 53.7 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 200 | 46 | 0.08 | 0 | 0.77 | 0.22 | 66.23 | 0.63 | 0.48 |
| Hex | B8 | C8 | 2E | 8 | 0 | 4D | 16 | 42 | 3F | 30 |
| Octal | 270 | 310 | 56 | 10 | 0 | 115 | 26 | 102 | 77 | 60 |
| Binary | 10111000 | 11001000 | 101110 | 1000 | 0 | 1001101 | 10110 | 1000010 | 111111 | 110000 |
Color Harmonies of #B8C82E
Complementary color
Monochromatic Colors of #B8C82E
Black with #B8C82E
Text Example
Text Example
White with #B8C82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C82E; }
p { color: rgb(184,200,46); }
H1.HeaderClassName
{
color: #B8C82E;
}
.AnyTagClassName
{
color: #B8C82E;
}
</style>
background-color css
<style>
a { background-color: #B8C82E; }
a { background-color: rgb(184,200,46); }
div.DivClassName
{
background-color: #B8C82E;
}
.BgClassName
{
background-color: #B8C82E;
}
</style>
border-color css
<style>
span { border-color: #B8C82E; }
span { border-color: rgb(184,200,46); }
td.TdClassName
{
border-color: #B8C82E;
}
.TagClassName
{
border-color: #B8C82E;
}
</style>