Shades of Fuego #BCCA2C
Tints of Fuego #BCCA2C
RGB
CMYK
RGB Variations
Color information
#BCCA2C (or 0xBCCA2C) is known color: Fuego. HEX triplet: BC, CA and 2C. RGB value is (188,202,44). Sum of RGB (Red+Green+Blue) = 188+202+44=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCA2C is #4335D3. Grayscale: #B4B4B4. Windows color (decimal): -4404692 or 2935484. OLE color: 2935484.
HSL color Cylindrical-coordinate representation of color #BCCA2C: hue angle of 65.32º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCCA2C is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 44 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.21 |
| HSL | 65.32º | 0.64% | 0.48% | - |
| HSV(B) | 65.32º | 0.78% | 0.79% | - |
| XYZ | 42.31 | 53.11 | 10.4 | - |
| YUV | 179.8 | 51.36 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 44 | 0.07 | 0 | 0.78 | 0.21 | 65.32 | 0.64 | 0.48 |
| Hex | BC | CA | 2C | 7 | 0 | 4E | 15 | 41 | 40 | 30 |
| Octal | 274 | 312 | 54 | 7 | 0 | 116 | 25 | 101 | 100 | 60 |
| Binary | 10111100 | 11001010 | 101100 | 111 | 0 | 1001110 | 10101 | 1000001 | 1000000 | 110000 |
Color Harmonies of #BCCA2C
Complementary color
Monochromatic Colors of #BCCA2C
Black with #BCCA2C
Text Example
Text Example
White with #BCCA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCA2C; }
p { color: rgb(188,202,44); }
H1.HeaderClassName
{
color: #BCCA2C;
}
.AnyTagClassName
{
color: #BCCA2C;
}
</style>
background-color css
<style>
a { background-color: #BCCA2C; }
a { background-color: rgb(188,202,44); }
div.DivClassName
{
background-color: #BCCA2C;
}
.BgClassName
{
background-color: #BCCA2C;
}
</style>
border-color css
<style>
span { border-color: #BCCA2C; }
span { border-color: rgb(188,202,44); }
td.TdClassName
{
border-color: #BCCA2C;
}
.TagClassName
{
border-color: #BCCA2C;
}
</style>