Shades of Fuego #BCD12A
Tints of Fuego #BCD12A
RGB
CMYK
RGB Variations
Color information
#BCD12A (or 0xBCD12A) is known color: Fuego. HEX triplet: BC, D1 and 2A. RGB value is (188,209,42). Sum of RGB (Red+Green+Blue) = 188+209+42=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 42 (16.80% from 255 or 9.57% from 439); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD12A is #432ED5. Grayscale: #B8B8B8. Windows color (decimal): -4402902 or 2806204. OLE color: 2806204.
HSL color Cylindrical-coordinate representation of color #BCD12A: hue angle of 67.54º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCD12A is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 42 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.18 |
| HSL | 67.54º | 0.67% | 0.49% | - |
| HSV(B) | 67.54º | 0.8% | 0.82% | - |
| XYZ | 43.96 | 56.46 | 10.77 | - |
| YUV | 183.68 | 48.04 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 42 | 0.10 | 0 | 0.80 | 0.18 | 67.54 | 0.67 | 0.49 |
| Hex | BC | D1 | 2A | A | 0 | 50 | 12 | 44 | 43 | 31 |
| Octal | 274 | 321 | 52 | 12 | 0 | 120 | 22 | 104 | 103 | 61 |
| Binary | 10111100 | 11010001 | 101010 | 1010 | 0 | 1010000 | 10010 | 1000100 | 1000011 | 110001 |
Color Harmonies of #BCD12A
Complementary color
Monochromatic Colors of #BCD12A
Black with #BCD12A
Text Example
Text Example
White with #BCD12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD12A; }
p { color: rgb(188,209,42); }
H1.HeaderClassName
{
color: #BCD12A;
}
.AnyTagClassName
{
color: #BCD12A;
}
</style>
background-color css
<style>
a { background-color: #BCD12A; }
a { background-color: rgb(188,209,42); }
div.DivClassName
{
background-color: #BCD12A;
}
.BgClassName
{
background-color: #BCD12A;
}
</style>
border-color css
<style>
span { border-color: #BCD12A; }
span { border-color: rgb(188,209,42); }
td.TdClassName
{
border-color: #BCD12A;
}
.TagClassName
{
border-color: #BCD12A;
}
</style>