Shades of Fuego #BCC92A
Tints of Fuego #BCC92A
RGB
CMYK
RGB Variations
Color information
#BCC92A (or 0xBCC92A) is known color: Fuego. HEX triplet: BC, C9 and 2A. RGB value is (188,201,42). Sum of RGB (Red+Green+Blue) = 188+201+42=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC92A is #4336D5. Grayscale: #B3B3B3. Windows color (decimal): -4404950 or 2804156. OLE color: 2804156.
HSL color Cylindrical-coordinate representation of color #BCC92A: hue angle of 64.91º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCC92A is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 42 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.21 |
| HSL | 64.91º | 0.65% | 0.48% | - |
| HSV(B) | 64.91º | 0.79% | 0.79% | - |
| XYZ | 42.04 | 52.63 | 10.13 | - |
| YUV | 178.99 | 50.69 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 42 | 0.06 | 0 | 0.79 | 0.21 | 64.91 | 0.65 | 0.48 |
| Hex | BC | C9 | 2A | 6 | 0 | 4F | 15 | 41 | 41 | 30 |
| Octal | 274 | 311 | 52 | 6 | 0 | 117 | 25 | 101 | 101 | 60 |
| Binary | 10111100 | 11001001 | 101010 | 110 | 0 | 1001111 | 10101 | 1000001 | 1000001 | 110000 |
Color Harmonies of #BCC92A
Complementary color
Monochromatic Colors of #BCC92A
Black with #BCC92A
Text Example
Text Example
White with #BCC92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC92A; }
p { color: rgb(188,201,42); }
H1.HeaderClassName
{
color: #BCC92A;
}
.AnyTagClassName
{
color: #BCC92A;
}
</style>
background-color css
<style>
a { background-color: #BCC92A; }
a { background-color: rgb(188,201,42); }
div.DivClassName
{
background-color: #BCC92A;
}
.BgClassName
{
background-color: #BCC92A;
}
</style>
border-color css
<style>
span { border-color: #BCC92A; }
span { border-color: rgb(188,201,42); }
td.TdClassName
{
border-color: #BCC92A;
}
.TagClassName
{
border-color: #BCC92A;
}
</style>