Shades of Fuego #BCCA2E
Tints of Fuego #BCCA2E
RGB
CMYK
RGB Variations
Color information
#BCCA2E (or 0xBCCA2E) is known color: Fuego. HEX triplet: BC, CA and 2E. RGB value is (188,202,46). Sum of RGB (Red+Green+Blue) = 188+202+46=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCA2E is #4335D1. Grayscale: #B4B4B4. Windows color (decimal): -4404690 or 3066556. OLE color: 3066556.
HSL color Cylindrical-coordinate representation of color #BCCA2E: hue angle of 65.38º degrees, saturation: 0.63, 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 #BCCA2E is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 46 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.21 |
| HSL | 65.38º | 0.63% | 0.49% | - |
| HSV(B) | 65.38º | 0.77% | 0.79% | - |
| XYZ | 42.35 | 53.13 | 10.61 | - |
| YUV | 180.03 | 52.36 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 46 | 0.07 | 0 | 0.77 | 0.21 | 65.38 | 0.63 | 0.49 |
| Hex | BC | CA | 2E | 7 | 0 | 4D | 15 | 41 | 3F | 31 |
| Octal | 274 | 312 | 56 | 7 | 0 | 115 | 25 | 101 | 77 | 61 |
| Binary | 10111100 | 11001010 | 101110 | 111 | 0 | 1001101 | 10101 | 1000001 | 111111 | 110001 |
Color Harmonies of #BCCA2E
Complementary color
Monochromatic Colors of #BCCA2E
Black with #BCCA2E
Text Example
Text Example
White with #BCCA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCA2E; }
p { color: rgb(188,202,46); }
H1.HeaderClassName
{
color: #BCCA2E;
}
.AnyTagClassName
{
color: #BCCA2E;
}
</style>
background-color css
<style>
a { background-color: #BCCA2E; }
a { background-color: rgb(188,202,46); }
div.DivClassName
{
background-color: #BCCA2E;
}
.BgClassName
{
background-color: #BCCA2E;
}
</style>
border-color css
<style>
span { border-color: #BCCA2E; }
span { border-color: rgb(188,202,46); }
td.TdClassName
{
border-color: #BCCA2E;
}
.TagClassName
{
border-color: #BCCA2E;
}
</style>