Shades of Fuego #BCCA2D
Tints of Fuego #BCCA2D
RGB
CMYK
RGB Variations
Color information
#BCCA2D (or 0xBCCA2D) is known color: Fuego. HEX triplet: BC, CA and 2D. RGB value is (188,202,45). Sum of RGB (Red+Green+Blue) = 188+202+45=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCA2D is #4335D2. Grayscale: #B4B4B4. Windows color (decimal): -4404691 or 3001020. OLE color: 3001020.
HSL color Cylindrical-coordinate representation of color #BCCA2D: hue angle of 65.35º 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 #BCCA2D is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 45 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.21 |
| HSL | 65.35º | 0.64% | 0.48% | - |
| HSV(B) | 65.35º | 0.78% | 0.79% | - |
| XYZ | 42.33 | 53.12 | 10.5 | - |
| YUV | 179.92 | 51.86 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 45 | 0.07 | 0 | 0.78 | 0.21 | 65.35 | 0.64 | 0.48 |
| Hex | BC | CA | 2D | 7 | 0 | 4E | 15 | 41 | 40 | 30 |
| Octal | 274 | 312 | 55 | 7 | 0 | 116 | 25 | 101 | 100 | 60 |
| Binary | 10111100 | 11001010 | 101101 | 111 | 0 | 1001110 | 10101 | 1000001 | 1000000 | 110000 |
Color Harmonies of #BCCA2D
Complementary color
Monochromatic Colors of #BCCA2D
Black with #BCCA2D
Text Example
Text Example
White with #BCCA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCA2D; }
p { color: rgb(188,202,45); }
H1.HeaderClassName
{
color: #BCCA2D;
}
.AnyTagClassName
{
color: #BCCA2D;
}
</style>
background-color css
<style>
a { background-color: #BCCA2D; }
a { background-color: rgb(188,202,45); }
div.DivClassName
{
background-color: #BCCA2D;
}
.BgClassName
{
background-color: #BCCA2D;
}
</style>
border-color css
<style>
span { border-color: #BCCA2D; }
span { border-color: rgb(188,202,45); }
td.TdClassName
{
border-color: #BCCA2D;
}
.TagClassName
{
border-color: #BCCA2D;
}
</style>