Shades of Fuego #B5C530
Tints of Fuego #B5C530
RGB
CMYK
RGB Variations
Color information
#B5C530 (or 0xB5C530) is known color: Fuego. HEX triplet: B5, C5 and 30. RGB value is (181,197,48). Sum of RGB (Red+Green+Blue) = 181+197+48=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C530 is #4A3ACF. Grayscale: #AFAFAF. Windows color (decimal): -4864720 or 3196341. OLE color: 3196341.
HSL color Cylindrical-coordinate representation of color #B5C530: hue angle of 66.44º 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 #B5C530 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 48 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.23 |
| HSL | 66.44º | 0.61% | 0.48% | - |
| HSV(B) | 66.44º | 0.76% | 0.77% | - |
| XYZ | 39.56 | 49.97 | 10.36 | - |
| YUV | 175.23 | 56.2 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 48 | 0.08 | 0 | 0.76 | 0.23 | 66.44 | 0.61 | 0.48 |
| Hex | B5 | C5 | 30 | 8 | 0 | 4C | 17 | 42 | 3D | 30 |
| Octal | 265 | 305 | 60 | 10 | 0 | 114 | 27 | 102 | 75 | 60 |
| Binary | 10110101 | 11000101 | 110000 | 1000 | 0 | 1001100 | 10111 | 1000010 | 111101 | 110000 |
Color Harmonies of #B5C530
Complementary color
Monochromatic Colors of #B5C530
Black with #B5C530
Text Example
Text Example
White with #B5C530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C530; }
p { color: rgb(181,197,48); }
H1.HeaderClassName
{
color: #B5C530;
}
.AnyTagClassName
{
color: #B5C530;
}
</style>
background-color css
<style>
a { background-color: #B5C530; }
a { background-color: rgb(181,197,48); }
div.DivClassName
{
background-color: #B5C530;
}
.BgClassName
{
background-color: #B5C530;
}
</style>
border-color css
<style>
span { border-color: #B5C530; }
span { border-color: rgb(181,197,48); }
td.TdClassName
{
border-color: #B5C530;
}
.TagClassName
{
border-color: #B5C530;
}
</style>