Shades of Fuego #BCDA22
Tints of Fuego #BCDA22
RGB
CMYK
RGB Variations
Color information
#BCDA22 (or 0xBCDA22) is known color: Fuego. HEX triplet: BC, DA and 22. RGB value is (188,218,34). Sum of RGB (Red+Green+Blue) = 188+218+34=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA22 is #4325DD. Grayscale: #BCBCBC. Windows color (decimal): -4400606 or 2284220. OLE color: 2284220.
HSL color Cylindrical-coordinate representation of color #BCDA22: hue angle of 69.78º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCDA22 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 34 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.15 |
| HSL | 69.78º | 0.73% | 0.49% | - |
| HSV(B) | 69.78º | 0.84% | 0.85% | - |
| XYZ | 46.1 | 60.95 | 10.85 | - |
| YUV | 188.05 | 41.06 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 34 | 0.14 | 0 | 0.84 | 0.15 | 69.78 | 0.73 | 0.49 |
| Hex | BC | DA | 22 | E | 0 | 54 | F | 46 | 49 | 31 |
| Octal | 274 | 332 | 42 | 16 | 0 | 124 | 17 | 106 | 111 | 61 |
| Binary | 10111100 | 11011010 | 100010 | 1110 | 0 | 1010100 | 1111 | 1000110 | 1001001 | 110001 |
Color Harmonies of #BCDA22
Complementary color
Monochromatic Colors of #BCDA22
Black with #BCDA22
Text Example
Text Example
White with #BCDA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA22; }
p { color: rgb(188,218,34); }
H1.HeaderClassName
{
color: #BCDA22;
}
.AnyTagClassName
{
color: #BCDA22;
}
</style>
background-color css
<style>
a { background-color: #BCDA22; }
a { background-color: rgb(188,218,34); }
div.DivClassName
{
background-color: #BCDA22;
}
.BgClassName
{
background-color: #BCDA22;
}
</style>
border-color css
<style>
span { border-color: #BCDA22; }
span { border-color: rgb(188,218,34); }
td.TdClassName
{
border-color: #BCDA22;
}
.TagClassName
{
border-color: #BCDA22;
}
</style>