Shades of Fuego #BCD82D
Tints of Fuego #BCD82D
RGB
CMYK
RGB Variations
Color information
#BCD82D (or 0xBCD82D) is known color: Fuego. HEX triplet: BC, D8 and 2D. RGB value is (188,216,45). Sum of RGB (Red+Green+Blue) = 188+216+45=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD82D is #4327D2. Grayscale: #BCBCBC. Windows color (decimal): -4401107 or 3004604. OLE color: 3004604.
HSL color Cylindrical-coordinate representation of color #BCD82D: hue angle of 69.82º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCD82D is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 45 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.15 |
| HSL | 69.82º | 0.69% | 0.51% | - |
| HSV(B) | 69.82º | 0.79% | 0.85% | - |
| XYZ | 45.77 | 59.99 | 11.65 | - |
| YUV | 188.13 | 47.22 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 45 | 0.13 | 0 | 0.79 | 0.15 | 69.82 | 0.69 | 0.51 |
| Hex | BC | D8 | 2D | D | 0 | 4F | F | 46 | 45 | 33 |
| Octal | 274 | 330 | 55 | 15 | 0 | 117 | 17 | 106 | 105 | 63 |
| Binary | 10111100 | 11011000 | 101101 | 1101 | 0 | 1001111 | 1111 | 1000110 | 1000101 | 110011 |
Color Harmonies of #BCD82D
Complementary color
Monochromatic Colors of #BCD82D
Black with #BCD82D
Text Example
Text Example
White with #BCD82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD82D; }
p { color: rgb(188,216,45); }
H1.HeaderClassName
{
color: #BCD82D;
}
.AnyTagClassName
{
color: #BCD82D;
}
</style>
background-color css
<style>
a { background-color: #BCD82D; }
a { background-color: rgb(188,216,45); }
div.DivClassName
{
background-color: #BCD82D;
}
.BgClassName
{
background-color: #BCD82D;
}
</style>
border-color css
<style>
span { border-color: #BCD82D; }
span { border-color: rgb(188,216,45); }
td.TdClassName
{
border-color: #BCD82D;
}
.TagClassName
{
border-color: #BCD82D;
}
</style>