Shades of Fuego #BCC92F
Tints of Fuego #BCC92F
RGB
CMYK
RGB Variations
Color information
#BCC92F (or 0xBCC92F) is known color: Fuego. HEX triplet: BC, C9 and 2F. RGB value is (188,201,47). Sum of RGB (Red+Green+Blue) = 188+201+47=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 47 (18.75% from 255 or 10.78% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC92F is #4336D0. Grayscale: #B4B4B4. Windows color (decimal): -4404945 or 3131836. OLE color: 3131836.
HSL color Cylindrical-coordinate representation of color #BCC92F: hue angle of 65.06º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCC92F is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 47 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.21 |
| HSL | 65.06º | 0.62% | 0.49% | - |
| HSV(B) | 65.06º | 0.77% | 0.79% | - |
| XYZ | 42.14 | 52.67 | 10.63 | - |
| YUV | 179.56 | 53.19 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 47 | 0.06 | 0 | 0.77 | 0.21 | 65.06 | 0.62 | 0.49 |
| Hex | BC | C9 | 2F | 6 | 0 | 4D | 15 | 41 | 3E | 31 |
| Octal | 274 | 311 | 57 | 6 | 0 | 115 | 25 | 101 | 76 | 61 |
| Binary | 10111100 | 11001001 | 101111 | 110 | 0 | 1001101 | 10101 | 1000001 | 111110 | 110001 |
Color Harmonies of #BCC92F
Complementary color
Monochromatic Colors of #BCC92F
Black with #BCC92F
Text Example
Text Example
White with #BCC92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC92F; }
p { color: rgb(188,201,47); }
H1.HeaderClassName
{
color: #BCC92F;
}
.AnyTagClassName
{
color: #BCC92F;
}
</style>
background-color css
<style>
a { background-color: #BCC92F; }
a { background-color: rgb(188,201,47); }
div.DivClassName
{
background-color: #BCC92F;
}
.BgClassName
{
background-color: #BCC92F;
}
</style>
border-color css
<style>
span { border-color: #BCC92F; }
span { border-color: rgb(188,201,47); }
td.TdClassName
{
border-color: #BCC92F;
}
.TagClassName
{
border-color: #BCC92F;
}
</style>