Shades of Fuego #BCC92E
Tints of Fuego #BCC92E
RGB
CMYK
RGB Variations
Color information
#BCC92E (or 0xBCC92E) is known color: Fuego. HEX triplet: BC, C9 and 2E. RGB value is (188,201,46). Sum of RGB (Red+Green+Blue) = 188+201+46=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC92E is #4336D1. Grayscale: #B4B4B4. Windows color (decimal): -4404946 or 3066300. OLE color: 3066300.
HSL color Cylindrical-coordinate representation of color #BCC92E: hue angle of 65.03º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCC92E is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 46 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.21 |
| HSL | 65.03º | 0.63% | 0.48% | - |
| HSV(B) | 65.03º | 0.77% | 0.79% | - |
| XYZ | 42.12 | 52.66 | 10.53 | - |
| YUV | 179.44 | 52.69 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 46 | 0.06 | 0 | 0.77 | 0.21 | 65.03 | 0.63 | 0.48 |
| Hex | BC | C9 | 2E | 6 | 0 | 4D | 15 | 41 | 3F | 30 |
| Octal | 274 | 311 | 56 | 6 | 0 | 115 | 25 | 101 | 77 | 60 |
| Binary | 10111100 | 11001001 | 101110 | 110 | 0 | 1001101 | 10101 | 1000001 | 111111 | 110000 |
Color Harmonies of #BCC92E
Complementary color
Monochromatic Colors of #BCC92E
Black with #BCC92E
Text Example
Text Example
White with #BCC92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC92E; }
p { color: rgb(188,201,46); }
H1.HeaderClassName
{
color: #BCC92E;
}
.AnyTagClassName
{
color: #BCC92E;
}
</style>
background-color css
<style>
a { background-color: #BCC92E; }
a { background-color: rgb(188,201,46); }
div.DivClassName
{
background-color: #BCC92E;
}
.BgClassName
{
background-color: #BCC92E;
}
</style>
border-color css
<style>
span { border-color: #BCC92E; }
span { border-color: rgb(188,201,46); }
td.TdClassName
{
border-color: #BCC92E;
}
.TagClassName
{
border-color: #BCC92E;
}
</style>