Shades of Fuego #BCC52F
Tints of Fuego #BCC52F
RGB
CMYK
RGB Variations
Color information
#BCC52F (or 0xBCC52F) is known color: Fuego. HEX triplet: BC, C5 and 2F. RGB value is (188,197,47). Sum of RGB (Red+Green+Blue) = 188+197+47=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 47 (18.75% from 255 or 10.88% from 432); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC52F is #433AD0. Grayscale: #B1B1B1. Windows color (decimal): -4405969 or 3130812. OLE color: 3130812.
HSL color Cylindrical-coordinate representation of color #BCC52F: hue angle of 63.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCC52F is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 47 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.23 |
| HSL | 63.6º | 0.61% | 0.48% | - |
| HSV(B) | 63.6º | 0.76% | 0.77% | - |
| XYZ | 41.22 | 50.83 | 10.33 | - |
| YUV | 177.21 | 54.52 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 47 | 0.05 | 0 | 0.76 | 0.23 | 63.6 | 0.61 | 0.48 |
| Hex | BC | C5 | 2F | 5 | 0 | 4C | 17 | 40 | 3D | 30 |
| Octal | 274 | 305 | 57 | 5 | 0 | 114 | 27 | 100 | 75 | 60 |
| Binary | 10111100 | 11000101 | 101111 | 101 | 0 | 1001100 | 10111 | 1000000 | 111101 | 110000 |
Color Harmonies of #BCC52F
Complementary color
Monochromatic Colors of #BCC52F
Black with #BCC52F
Text Example
Text Example
White with #BCC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC52F; }
p { color: rgb(188,197,47); }
H1.HeaderClassName
{
color: #BCC52F;
}
.AnyTagClassName
{
color: #BCC52F;
}
</style>
background-color css
<style>
a { background-color: #BCC52F; }
a { background-color: rgb(188,197,47); }
div.DivClassName
{
background-color: #BCC52F;
}
.BgClassName
{
background-color: #BCC52F;
}
</style>
border-color css
<style>
span { border-color: #BCC52F; }
span { border-color: rgb(188,197,47); }
td.TdClassName
{
border-color: #BCC52F;
}
.TagClassName
{
border-color: #BCC52F;
}
</style>