Shades of Fuego #B8C938
Tints of Fuego #B8C938
RGB
CMYK
RGB Variations
Color information
#B8C938 (or 0xB8C938) is known color: Fuego. HEX triplet: B8, C9 and 38. RGB value is (184,201,56). Sum of RGB (Red+Green+Blue) = 184+201+56=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C938 is #4736C7. Grayscale: #B3B3B3. Windows color (decimal): -4667080 or 3721656. OLE color: 3721656.
HSL color Cylindrical-coordinate representation of color #B8C938: hue angle of 67.03º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8C938 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 201 | 56 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.21 |
| HSL | 67.03º | 0.57% | 0.5% | - |
| HSV(B) | 67.03º | 0.72% | 0.79% | - |
| XYZ | 41.37 | 52.25 | 11.65 | - |
| YUV | 179.39 | 58.37 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 56 | 0.08 | 0 | 0.72 | 0.21 | 67.03 | 0.57 | 0.5 |
| Hex | B8 | C9 | 38 | 8 | 0 | 48 | 15 | 43 | 39 | 32 |
| Octal | 270 | 311 | 70 | 10 | 0 | 110 | 25 | 103 | 71 | 62 |
| Binary | 10111000 | 11001001 | 111000 | 1000 | 0 | 1001000 | 10101 | 1000011 | 111001 | 110010 |
Color Harmonies of #B8C938
Complementary color
Monochromatic Colors of #B8C938
Black with #B8C938
Text Example
Text Example
White with #B8C938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C938; }
p { color: rgb(184,201,56); }
H1.HeaderClassName
{
color: #B8C938;
}
.AnyTagClassName
{
color: #B8C938;
}
</style>
background-color css
<style>
a { background-color: #B8C938; }
a { background-color: rgb(184,201,56); }
div.DivClassName
{
background-color: #B8C938;
}
.BgClassName
{
background-color: #B8C938;
}
</style>
border-color css
<style>
span { border-color: #B8C938; }
span { border-color: rgb(184,201,56); }
td.TdClassName
{
border-color: #B8C938;
}
.TagClassName
{
border-color: #B8C938;
}
</style>