Shades of Fuego #BCD421
Tints of Fuego #BCD421
RGB
CMYK
RGB Variations
Color information
#BCD421 (or 0xBCD421) is known color: Fuego. HEX triplet: BC, D4 and 21. RGB value is (188,212,33). Sum of RGB (Red+Green+Blue) = 188+212+33=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD421 is #432BDE. Grayscale: #B9B9B9. Windows color (decimal): -4402143 or 2217148. OLE color: 2217148.
HSL color Cylindrical-coordinate representation of color #BCD421: hue angle of 68.04º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCD421 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 33 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.17 |
| HSL | 68.04º | 0.73% | 0.48% | - |
| HSV(B) | 68.04º | 0.84% | 0.83% | - |
| XYZ | 44.56 | 57.89 | 10.26 | - |
| YUV | 184.42 | 42.55 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 33 | 0.11 | 0 | 0.84 | 0.17 | 68.04 | 0.73 | 0.48 |
| Hex | BC | D4 | 21 | B | 0 | 54 | 11 | 44 | 49 | 30 |
| Octal | 274 | 324 | 41 | 13 | 0 | 124 | 21 | 104 | 111 | 60 |
| Binary | 10111100 | 11010100 | 100001 | 1011 | 0 | 1010100 | 10001 | 1000100 | 1001001 | 110000 |
Color Harmonies of #BCD421
Complementary color
Monochromatic Colors of #BCD421
Black with #BCD421
Text Example
Text Example
White with #BCD421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD421; }
p { color: rgb(188,212,33); }
H1.HeaderClassName
{
color: #BCD421;
}
.AnyTagClassName
{
color: #BCD421;
}
</style>
background-color css
<style>
a { background-color: #BCD421; }
a { background-color: rgb(188,212,33); }
div.DivClassName
{
background-color: #BCD421;
}
.BgClassName
{
background-color: #BCD421;
}
</style>
border-color css
<style>
span { border-color: #BCD421; }
span { border-color: rgb(188,212,33); }
td.TdClassName
{
border-color: #BCD421;
}
.TagClassName
{
border-color: #BCD421;
}
</style>