Shades of Fuego #BCC72C
Tints of Fuego #BCC72C
RGB
CMYK
RGB Variations
Color information
#BCC72C (or 0xBCC72C) is known color: Fuego. HEX triplet: BC, C7 and 2C. RGB value is (188,199,44). Sum of RGB (Red+Green+Blue) = 188+199+44=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC72C is #4338D3. Grayscale: #B2B2B2. Windows color (decimal): -4405460 or 2934716. OLE color: 2934716.
HSL color Cylindrical-coordinate representation of color #BCC72C: hue angle of 64.26º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCC72C is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 44 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.22 |
| HSL | 64.26º | 0.64% | 0.48% | - |
| HSV(B) | 64.26º | 0.78% | 0.78% | - |
| XYZ | 41.62 | 51.72 | 10.17 | - |
| YUV | 178.04 | 52.36 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 44 | 0.06 | 0 | 0.78 | 0.22 | 64.26 | 0.64 | 0.48 |
| Hex | BC | C7 | 2C | 6 | 0 | 4E | 16 | 40 | 40 | 30 |
| Octal | 274 | 307 | 54 | 6 | 0 | 116 | 26 | 100 | 100 | 60 |
| Binary | 10111100 | 11000111 | 101100 | 110 | 0 | 1001110 | 10110 | 1000000 | 1000000 | 110000 |
Color Harmonies of #BCC72C
Complementary color
Monochromatic Colors of #BCC72C
Black with #BCC72C
Text Example
Text Example
White with #BCC72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC72C; }
p { color: rgb(188,199,44); }
H1.HeaderClassName
{
color: #BCC72C;
}
.AnyTagClassName
{
color: #BCC72C;
}
</style>
background-color css
<style>
a { background-color: #BCC72C; }
a { background-color: rgb(188,199,44); }
div.DivClassName
{
background-color: #BCC72C;
}
.BgClassName
{
background-color: #BCC72C;
}
</style>
border-color css
<style>
span { border-color: #BCC72C; }
span { border-color: rgb(188,199,44); }
td.TdClassName
{
border-color: #BCC72C;
}
.TagClassName
{
border-color: #BCC72C;
}
</style>