Shades of Fuego #BCC930
Tints of Fuego #BCC930
RGB
CMYK
RGB Variations
Color information
#BCC930 (or 0xBCC930) is known color: Fuego. HEX triplet: BC, C9 and 30. RGB value is (188,201,48). Sum of RGB (Red+Green+Blue) = 188+201+48=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC930 is #4336CF. Grayscale: #B4B4B4. Windows color (decimal): -4404944 or 3197372. OLE color: 3197372.
HSL color Cylindrical-coordinate representation of color #BCC930: hue angle of 65.1º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCC930 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 48 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.21 |
| HSL | 65.1º | 0.61% | 0.49% | - |
| HSV(B) | 65.1º | 0.76% | 0.79% | - |
| XYZ | 42.16 | 52.68 | 10.74 | - |
| YUV | 179.67 | 53.69 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 48 | 0.06 | 0 | 0.76 | 0.21 | 65.1 | 0.61 | 0.49 |
| Hex | BC | C9 | 30 | 6 | 0 | 4C | 15 | 41 | 3D | 31 |
| Octal | 274 | 311 | 60 | 6 | 0 | 114 | 25 | 101 | 75 | 61 |
| Binary | 10111100 | 11001001 | 110000 | 110 | 0 | 1001100 | 10101 | 1000001 | 111101 | 110001 |
Color Harmonies of #BCC930
Complementary color
Monochromatic Colors of #BCC930
Black with #BCC930
Text Example
Text Example
White with #BCC930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC930; }
p { color: rgb(188,201,48); }
H1.HeaderClassName
{
color: #BCC930;
}
.AnyTagClassName
{
color: #BCC930;
}
</style>
background-color css
<style>
a { background-color: #BCC930; }
a { background-color: rgb(188,201,48); }
div.DivClassName
{
background-color: #BCC930;
}
.BgClassName
{
background-color: #BCC930;
}
</style>
border-color css
<style>
span { border-color: #BCC930; }
span { border-color: rgb(188,201,48); }
td.TdClassName
{
border-color: #BCC930;
}
.TagClassName
{
border-color: #BCC930;
}
</style>