Shades of Fuego #BCDD2A
Tints of Fuego #BCDD2A
RGB
CMYK
RGB Variations
Color information
#BCDD2A (or 0xBCDD2A) is known color: Fuego. HEX triplet: BC, DD and 2A. RGB value is (188,221,42). Sum of RGB (Red+Green+Blue) = 188+221+42=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD2A is #4322D5. Grayscale: #BFBFBF. Windows color (decimal): -4399830 or 2809276. OLE color: 2809276.
HSL color Cylindrical-coordinate representation of color #BCDD2A: hue angle of 71.06º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCDD2A is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 42 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.13 |
| HSL | 71.06º | 0.72% | 0.52% | - |
| HSV(B) | 71.06º | 0.81% | 0.87% | - |
| XYZ | 47.01 | 62.57 | 11.79 | - |
| YUV | 190.73 | 44.07 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 42 | 0.15 | 0 | 0.81 | 0.13 | 71.06 | 0.72 | 0.52 |
| Hex | BC | DD | 2A | F | 0 | 51 | D | 47 | 48 | 34 |
| Octal | 274 | 335 | 52 | 17 | 0 | 121 | 15 | 107 | 110 | 64 |
| Binary | 10111100 | 11011101 | 101010 | 1111 | 0 | 1010001 | 1101 | 1000111 | 1001000 | 110100 |
Color Harmonies of #BCDD2A
Complementary color
Monochromatic Colors of #BCDD2A
Black with #BCDD2A
Text Example
Text Example
White with #BCDD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD2A; }
p { color: rgb(188,221,42); }
H1.HeaderClassName
{
color: #BCDD2A;
}
.AnyTagClassName
{
color: #BCDD2A;
}
</style>
background-color css
<style>
a { background-color: #BCDD2A; }
a { background-color: rgb(188,221,42); }
div.DivClassName
{
background-color: #BCDD2A;
}
.BgClassName
{
background-color: #BCDD2A;
}
</style>
border-color css
<style>
span { border-color: #BCDD2A; }
span { border-color: rgb(188,221,42); }
td.TdClassName
{
border-color: #BCDD2A;
}
.TagClassName
{
border-color: #BCDD2A;
}
</style>