Shades of Fuego #BCC92B
Tints of Fuego #BCC92B
RGB
CMYK
RGB Variations
Color information
#BCC92B (or 0xBCC92B) is known color: Fuego. HEX triplet: BC, C9 and 2B. RGB value is (188,201,43). Sum of RGB (Red+Green+Blue) = 188+201+43=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC92B is #4336D4. Grayscale: #B3B3B3. Windows color (decimal): -4404949 or 2869692. OLE color: 2869692.
HSL color Cylindrical-coordinate representation of color #BCC92B: hue angle of 64.94º 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 #BCC92B is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 43 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.21 |
| HSL | 64.94º | 0.65% | 0.48% | - |
| HSV(B) | 64.94º | 0.79% | 0.79% | - |
| XYZ | 42.06 | 52.64 | 10.23 | - |
| YUV | 179.1 | 51.19 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 43 | 0.06 | 0 | 0.79 | 0.21 | 64.94 | 0.65 | 0.48 |
| Hex | BC | C9 | 2B | 6 | 0 | 4F | 15 | 41 | 41 | 30 |
| Octal | 274 | 311 | 53 | 6 | 0 | 117 | 25 | 101 | 101 | 60 |
| Binary | 10111100 | 11001001 | 101011 | 110 | 0 | 1001111 | 10101 | 1000001 | 1000001 | 110000 |
Color Harmonies of #BCC92B
Complementary color
Monochromatic Colors of #BCC92B
Black with #BCC92B
Text Example
Text Example
White with #BCC92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC92B; }
p { color: rgb(188,201,43); }
H1.HeaderClassName
{
color: #BCC92B;
}
.AnyTagClassName
{
color: #BCC92B;
}
</style>
background-color css
<style>
a { background-color: #BCC92B; }
a { background-color: rgb(188,201,43); }
div.DivClassName
{
background-color: #BCC92B;
}
.BgClassName
{
background-color: #BCC92B;
}
</style>
border-color css
<style>
span { border-color: #BCC92B; }
span { border-color: rgb(188,201,43); }
td.TdClassName
{
border-color: #BCC92B;
}
.TagClassName
{
border-color: #BCC92B;
}
</style>