Shades of Fuego #BCC92C
Tints of Fuego #BCC92C
RGB
CMYK
RGB Variations
Color information
#BCC92C (or 0xBCC92C) is known color: Fuego. HEX triplet: BC, C9 and 2C. RGB value is (188,201,44). Sum of RGB (Red+Green+Blue) = 188+201+44=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC92C is #4336D3. Grayscale: #B3B3B3. Windows color (decimal): -4404948 or 2935228. OLE color: 2935228.
HSL color Cylindrical-coordinate representation of color #BCC92C: hue angle of 64.97º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCC92C is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 44 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.21 |
| HSL | 64.97º | 0.64% | 0.48% | - |
| HSV(B) | 64.97º | 0.78% | 0.79% | - |
| XYZ | 42.08 | 52.65 | 10.33 | - |
| YUV | 179.22 | 51.69 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 44 | 0.06 | 0 | 0.78 | 0.21 | 64.97 | 0.64 | 0.48 |
| Hex | BC | C9 | 2C | 6 | 0 | 4E | 15 | 41 | 40 | 30 |
| Octal | 274 | 311 | 54 | 6 | 0 | 116 | 25 | 101 | 100 | 60 |
| Binary | 10111100 | 11001001 | 101100 | 110 | 0 | 1001110 | 10101 | 1000001 | 1000000 | 110000 |
Color Harmonies of #BCC92C
Complementary color
Monochromatic Colors of #BCC92C
Black with #BCC92C
Text Example
Text Example
White with #BCC92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC92C; }
p { color: rgb(188,201,44); }
H1.HeaderClassName
{
color: #BCC92C;
}
.AnyTagClassName
{
color: #BCC92C;
}
</style>
background-color css
<style>
a { background-color: #BCC92C; }
a { background-color: rgb(188,201,44); }
div.DivClassName
{
background-color: #BCC92C;
}
.BgClassName
{
background-color: #BCC92C;
}
</style>
border-color css
<style>
span { border-color: #BCC92C; }
span { border-color: rgb(188,201,44); }
td.TdClassName
{
border-color: #BCC92C;
}
.TagClassName
{
border-color: #BCC92C;
}
</style>