Shades of Fuego #BCD82A
Tints of Fuego #BCD82A
RGB
CMYK
RGB Variations
Color information
#BCD82A (or 0xBCD82A) is known color: Fuego. HEX triplet: BC, D8 and 2A. RGB value is (188,216,42). Sum of RGB (Red+Green+Blue) = 188+216+42=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD82A is #4327D5. Grayscale: #BCBCBC. Windows color (decimal): -4401110 or 2807996. OLE color: 2807996.
HSL color Cylindrical-coordinate representation of color #BCD82A: hue angle of 69.66º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCD82A is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 42 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.15 |
| HSL | 69.66º | 0.69% | 0.51% | - |
| HSV(B) | 69.66º | 0.81% | 0.85% | - |
| XYZ | 45.71 | 59.97 | 11.36 | - |
| YUV | 187.79 | 45.72 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 42 | 0.13 | 0 | 0.81 | 0.15 | 69.66 | 0.69 | 0.51 |
| Hex | BC | D8 | 2A | D | 0 | 51 | F | 46 | 45 | 33 |
| Octal | 274 | 330 | 52 | 15 | 0 | 121 | 17 | 106 | 105 | 63 |
| Binary | 10111100 | 11011000 | 101010 | 1101 | 0 | 1010001 | 1111 | 1000110 | 1000101 | 110011 |
Color Harmonies of #BCD82A
Complementary color
Monochromatic Colors of #BCD82A
Black with #BCD82A
Text Example
Text Example
White with #BCD82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD82A; }
p { color: rgb(188,216,42); }
H1.HeaderClassName
{
color: #BCD82A;
}
.AnyTagClassName
{
color: #BCD82A;
}
</style>
background-color css
<style>
a { background-color: #BCD82A; }
a { background-color: rgb(188,216,42); }
div.DivClassName
{
background-color: #BCD82A;
}
.BgClassName
{
background-color: #BCD82A;
}
</style>
border-color css
<style>
span { border-color: #BCD82A; }
span { border-color: rgb(188,216,42); }
td.TdClassName
{
border-color: #BCD82A;
}
.TagClassName
{
border-color: #BCD82A;
}
</style>