Shades of Fuego #BCDA24
Tints of Fuego #BCDA24
RGB
CMYK
RGB Variations
Color information
#BCDA24 (or 0xBCDA24) is known color: Fuego. HEX triplet: BC, DA and 24. RGB value is (188,218,36). Sum of RGB (Red+Green+Blue) = 188+218+36=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 36 (14.45% from 255 or 8.14% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA24 is #4325DB. Grayscale: #BCBCBC. Windows color (decimal): -4400604 or 2415292. OLE color: 2415292.
HSL color Cylindrical-coordinate representation of color #BCDA24: hue angle of 69.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCDA24 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 36 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.15 |
| HSL | 69.89º | 0.72% | 0.5% | - |
| HSV(B) | 69.89º | 0.83% | 0.85% | - |
| XYZ | 46.13 | 60.96 | 11 | - |
| YUV | 188.28 | 42.06 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 36 | 0.14 | 0 | 0.83 | 0.15 | 69.89 | 0.72 | 0.5 |
| Hex | BC | DA | 24 | E | 0 | 53 | F | 46 | 48 | 32 |
| Octal | 274 | 332 | 44 | 16 | 0 | 123 | 17 | 106 | 110 | 62 |
| Binary | 10111100 | 11011010 | 100100 | 1110 | 0 | 1010011 | 1111 | 1000110 | 1001000 | 110010 |
Color Harmonies of #BCDA24
Complementary color
Monochromatic Colors of #BCDA24
Black with #BCDA24
Text Example
Text Example
White with #BCDA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA24; }
p { color: rgb(188,218,36); }
H1.HeaderClassName
{
color: #BCDA24;
}
.AnyTagClassName
{
color: #BCDA24;
}
</style>
background-color css
<style>
a { background-color: #BCDA24; }
a { background-color: rgb(188,218,36); }
div.DivClassName
{
background-color: #BCDA24;
}
.BgClassName
{
background-color: #BCDA24;
}
</style>
border-color css
<style>
span { border-color: #BCDA24; }
span { border-color: rgb(188,218,36); }
td.TdClassName
{
border-color: #BCDA24;
}
.TagClassName
{
border-color: #BCDA24;
}
</style>