Shades of Fuego #BCDA2A
Tints of Fuego #BCDA2A
RGB
CMYK
RGB Variations
Color information
#BCDA2A (or 0xBCDA2A) is known color: Fuego. HEX triplet: BC, DA and 2A. RGB value is (188,218,42). Sum of RGB (Red+Green+Blue) = 188+218+42=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA2A is #4325D5. Grayscale: #BDBDBD. Windows color (decimal): -4400598 or 2808508. OLE color: 2808508.
HSL color Cylindrical-coordinate representation of color #BCDA2A: hue angle of 70.23º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCDA2A is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 42 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.15 |
| HSL | 70.23º | 0.7% | 0.51% | - |
| HSV(B) | 70.23º | 0.81% | 0.85% | - |
| XYZ | 46.23 | 61 | 11.53 | - |
| YUV | 188.97 | 45.06 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 42 | 0.14 | 0 | 0.81 | 0.15 | 70.23 | 0.7 | 0.51 |
| Hex | BC | DA | 2A | E | 0 | 51 | F | 46 | 46 | 33 |
| Octal | 274 | 332 | 52 | 16 | 0 | 121 | 17 | 106 | 106 | 63 |
| Binary | 10111100 | 11011010 | 101010 | 1110 | 0 | 1010001 | 1111 | 1000110 | 1000110 | 110011 |
Color Harmonies of #BCDA2A
Complementary color
Monochromatic Colors of #BCDA2A
Black with #BCDA2A
Text Example
Text Example
White with #BCDA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA2A; }
p { color: rgb(188,218,42); }
H1.HeaderClassName
{
color: #BCDA2A;
}
.AnyTagClassName
{
color: #BCDA2A;
}
</style>
background-color css
<style>
a { background-color: #BCDA2A; }
a { background-color: rgb(188,218,42); }
div.DivClassName
{
background-color: #BCDA2A;
}
.BgClassName
{
background-color: #BCDA2A;
}
</style>
border-color css
<style>
span { border-color: #BCDA2A; }
span { border-color: rgb(188,218,42); }
td.TdClassName
{
border-color: #BCDA2A;
}
.TagClassName
{
border-color: #BCDA2A;
}
</style>