Shades of Fuego #BCD321
Tints of Fuego #BCD321
RGB
CMYK
RGB Variations
Color information
#BCD321 (or 0xBCD321) is known color: Fuego. HEX triplet: BC, D3 and 21. RGB value is (188,211,33). Sum of RGB (Red+Green+Blue) = 188+211+33=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD321 is #432CDE. Grayscale: #B8B8B8. Windows color (decimal): -4402399 or 2216892. OLE color: 2216892.
HSL color Cylindrical-coordinate representation of color #BCD321: hue angle of 67.75º 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 #BCD321 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 33 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.17 |
| HSL | 67.75º | 0.73% | 0.48% | - |
| HSV(B) | 67.75º | 0.84% | 0.83% | - |
| XYZ | 44.31 | 57.39 | 10.18 | - |
| YUV | 183.83 | 42.88 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 33 | 0.11 | 0 | 0.84 | 0.17 | 67.75 | 0.73 | 0.48 |
| Hex | BC | D3 | 21 | B | 0 | 54 | 11 | 44 | 49 | 30 |
| Octal | 274 | 323 | 41 | 13 | 0 | 124 | 21 | 104 | 111 | 60 |
| Binary | 10111100 | 11010011 | 100001 | 1011 | 0 | 1010100 | 10001 | 1000100 | 1001001 | 110000 |
Color Harmonies of #BCD321
Complementary color
Monochromatic Colors of #BCD321
Black with #BCD321
Text Example
Text Example
White with #BCD321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD321; }
p { color: rgb(188,211,33); }
H1.HeaderClassName
{
color: #BCD321;
}
.AnyTagClassName
{
color: #BCD321;
}
</style>
background-color css
<style>
a { background-color: #BCD321; }
a { background-color: rgb(188,211,33); }
div.DivClassName
{
background-color: #BCD321;
}
.BgClassName
{
background-color: #BCD321;
}
</style>
border-color css
<style>
span { border-color: #BCD321; }
span { border-color: rgb(188,211,33); }
td.TdClassName
{
border-color: #BCD321;
}
.TagClassName
{
border-color: #BCD321;
}
</style>