Shades of Fuego #BCD82B
Tints of Fuego #BCD82B
RGB
CMYK
RGB Variations
Color information
#BCD82B (or 0xBCD82B) is known color: Fuego. HEX triplet: BC, D8 and 2B. RGB value is (188,216,43). Sum of RGB (Red+Green+Blue) = 188+216+43=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 43 (17.19% from 255 or 9.62% from 447); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD82B is #4327D4. Grayscale: #BCBCBC. Windows color (decimal): -4401109 or 2873532. OLE color: 2873532.
HSL color Cylindrical-coordinate representation of color #BCD82B: hue angle of 69.71º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCD82B is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 43 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.15 |
| HSL | 69.71º | 0.69% | 0.51% | - |
| HSV(B) | 69.71º | 0.8% | 0.85% | - |
| XYZ | 45.73 | 59.98 | 11.45 | - |
| YUV | 187.91 | 46.22 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 43 | 0.13 | 0 | 0.80 | 0.15 | 69.71 | 0.69 | 0.51 |
| Hex | BC | D8 | 2B | D | 0 | 50 | F | 46 | 45 | 33 |
| Octal | 274 | 330 | 53 | 15 | 0 | 120 | 17 | 106 | 105 | 63 |
| Binary | 10111100 | 11011000 | 101011 | 1101 | 0 | 1010000 | 1111 | 1000110 | 1000101 | 110011 |
Color Harmonies of #BCD82B
Complementary color
Monochromatic Colors of #BCD82B
Black with #BCD82B
Text Example
Text Example
White with #BCD82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD82B; }
p { color: rgb(188,216,43); }
H1.HeaderClassName
{
color: #BCD82B;
}
.AnyTagClassName
{
color: #BCD82B;
}
</style>
background-color css
<style>
a { background-color: #BCD82B; }
a { background-color: rgb(188,216,43); }
div.DivClassName
{
background-color: #BCD82B;
}
.BgClassName
{
background-color: #BCD82B;
}
</style>
border-color css
<style>
span { border-color: #BCD82B; }
span { border-color: rgb(188,216,43); }
td.TdClassName
{
border-color: #BCD82B;
}
.TagClassName
{
border-color: #BCD82B;
}
</style>