Shades of Fuego #BCCA3C
Tints of Fuego #BCCA3C
RGB
CMYK
RGB Variations
Color information
#BCCA3C (or 0xBCCA3C) is known color: Fuego. HEX triplet: BC, CA and 3C. RGB value is (188,202,60). Sum of RGB (Red+Green+Blue) = 188+202+60=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCA3C is #4335C3. Grayscale: #B6B6B6. Windows color (decimal): -4404676 or 3984060. OLE color: 3984060.
HSL color Cylindrical-coordinate representation of color #BCCA3C: hue angle of 65.92º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCCA3C is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 60 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.21 |
| HSL | 65.92º | 0.57% | 0.51% | - |
| HSV(B) | 65.92º | 0.7% | 0.79% | - |
| XYZ | 42.68 | 53.26 | 12.31 | - |
| YUV | 181.63 | 59.36 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 60 | 0.07 | 0 | 0.70 | 0.21 | 65.92 | 0.57 | 0.51 |
| Hex | BC | CA | 3C | 7 | 0 | 46 | 15 | 42 | 39 | 33 |
| Octal | 274 | 312 | 74 | 7 | 0 | 106 | 25 | 102 | 71 | 63 |
| Binary | 10111100 | 11001010 | 111100 | 111 | 0 | 1000110 | 10101 | 1000010 | 111001 | 110011 |
Color Harmonies of #BCCA3C
Complementary color
Monochromatic Colors of #BCCA3C
Black with #BCCA3C
Text Example
Text Example
White with #BCCA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCA3C; }
p { color: rgb(188,202,60); }
H1.HeaderClassName
{
color: #BCCA3C;
}
.AnyTagClassName
{
color: #BCCA3C;
}
</style>
background-color css
<style>
a { background-color: #BCCA3C; }
a { background-color: rgb(188,202,60); }
div.DivClassName
{
background-color: #BCCA3C;
}
.BgClassName
{
background-color: #BCCA3C;
}
</style>
border-color css
<style>
span { border-color: #BCCA3C; }
span { border-color: rgb(188,202,60); }
td.TdClassName
{
border-color: #BCCA3C;
}
.TagClassName
{
border-color: #BCCA3C;
}
</style>