Shades of Fuego #B8C530
Tints of Fuego #B8C530
RGB
CMYK
RGB Variations
Color information
#B8C530 (or 0xB8C530) is known color: Fuego. HEX triplet: B8, C5 and 30. RGB value is (184,197,48). Sum of RGB (Red+Green+Blue) = 184+197+48=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C530 is #473ACF. Grayscale: #B0B0B0. Windows color (decimal): -4668112 or 3196344. OLE color: 3196344.
HSL color Cylindrical-coordinate representation of color #B8C530: hue angle of 65.23º 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 #B8C530 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 48 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.23 |
| HSL | 65.23º | 0.61% | 0.48% | - |
| HSV(B) | 65.23º | 0.76% | 0.77% | - |
| XYZ | 40.27 | 50.34 | 10.39 | - |
| YUV | 176.13 | 55.69 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 48 | 0.07 | 0 | 0.76 | 0.23 | 65.23 | 0.61 | 0.48 |
| Hex | B8 | C5 | 30 | 7 | 0 | 4C | 17 | 41 | 3D | 30 |
| Octal | 270 | 305 | 60 | 7 | 0 | 114 | 27 | 101 | 75 | 60 |
| Binary | 10111000 | 11000101 | 110000 | 111 | 0 | 1001100 | 10111 | 1000001 | 111101 | 110000 |
Color Harmonies of #B8C530
Complementary color
Monochromatic Colors of #B8C530
Black with #B8C530
Text Example
Text Example
White with #B8C530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C530; }
p { color: rgb(184,197,48); }
H1.HeaderClassName
{
color: #B8C530;
}
.AnyTagClassName
{
color: #B8C530;
}
</style>
background-color css
<style>
a { background-color: #B8C530; }
a { background-color: rgb(184,197,48); }
div.DivClassName
{
background-color: #B8C530;
}
.BgClassName
{
background-color: #B8C530;
}
</style>
border-color css
<style>
span { border-color: #B8C530; }
span { border-color: rgb(184,197,48); }
td.TdClassName
{
border-color: #B8C530;
}
.TagClassName
{
border-color: #B8C530;
}
</style>