Shades of Fuego #B8C634
Tints of Fuego #B8C634
RGB
CMYK
RGB Variations
Color information
#B8C634 (or 0xB8C634) is known color: Fuego. HEX triplet: B8, C6 and 34. RGB value is (184,198,52). Sum of RGB (Red+Green+Blue) = 184+198+52=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C634 is #4739CB. Grayscale: #B1B1B1. Windows color (decimal): -4667852 or 3458744. OLE color: 3458744.
HSL color Cylindrical-coordinate representation of color #B8C634: hue angle of 65.75º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8C634 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 198 | 52 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.22 |
| HSL | 65.75º | 0.58% | 0.49% | - |
| HSV(B) | 65.75º | 0.74% | 0.78% | - |
| XYZ | 40.58 | 50.83 | 10.92 | - |
| YUV | 177.17 | 57.36 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 52 | 0.07 | 0 | 0.74 | 0.22 | 65.75 | 0.58 | 0.49 |
| Hex | B8 | C6 | 34 | 7 | 0 | 4A | 16 | 42 | 3A | 31 |
| Octal | 270 | 306 | 64 | 7 | 0 | 112 | 26 | 102 | 72 | 61 |
| Binary | 10111000 | 11000110 | 110100 | 111 | 0 | 1001010 | 10110 | 1000010 | 111010 | 110001 |
Color Harmonies of #B8C634
Complementary color
Monochromatic Colors of #B8C634
Black with #B8C634
Text Example
Text Example
White with #B8C634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C634; }
p { color: rgb(184,198,52); }
H1.HeaderClassName
{
color: #B8C634;
}
.AnyTagClassName
{
color: #B8C634;
}
</style>
background-color css
<style>
a { background-color: #B8C634; }
a { background-color: rgb(184,198,52); }
div.DivClassName
{
background-color: #B8C634;
}
.BgClassName
{
background-color: #B8C634;
}
</style>
border-color css
<style>
span { border-color: #B8C634; }
span { border-color: rgb(184,198,52); }
td.TdClassName
{
border-color: #B8C634;
}
.TagClassName
{
border-color: #B8C634;
}
</style>