Shades of Fuego #BCD82C
Tints of Fuego #BCD82C
RGB
CMYK
RGB Variations
Color information
#BCD82C (or 0xBCD82C) is known color: Fuego. HEX triplet: BC, D8 and 2C. RGB value is (188,216,44). Sum of RGB (Red+Green+Blue) = 188+216+44=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD82C is #4327D3. Grayscale: #BCBCBC. Windows color (decimal): -4401108 or 2939068. OLE color: 2939068.
HSL color Cylindrical-coordinate representation of color #BCD82C: hue angle of 69.77º 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 #BCD82C is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 44 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.15 |
| HSL | 69.77º | 0.69% | 0.51% | - |
| HSV(B) | 69.77º | 0.8% | 0.85% | - |
| XYZ | 45.75 | 59.98 | 11.55 | - |
| YUV | 188.02 | 46.72 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 44 | 0.13 | 0 | 0.80 | 0.15 | 69.77 | 0.69 | 0.51 |
| Hex | BC | D8 | 2C | D | 0 | 50 | F | 46 | 45 | 33 |
| Octal | 274 | 330 | 54 | 15 | 0 | 120 | 17 | 106 | 105 | 63 |
| Binary | 10111100 | 11011000 | 101100 | 1101 | 0 | 1010000 | 1111 | 1000110 | 1000101 | 110011 |
Color Harmonies of #BCD82C
Complementary color
Monochromatic Colors of #BCD82C
Black with #BCD82C
Text Example
Text Example
White with #BCD82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD82C; }
p { color: rgb(188,216,44); }
H1.HeaderClassName
{
color: #BCD82C;
}
.AnyTagClassName
{
color: #BCD82C;
}
</style>
background-color css
<style>
a { background-color: #BCD82C; }
a { background-color: rgb(188,216,44); }
div.DivClassName
{
background-color: #BCD82C;
}
.BgClassName
{
background-color: #BCD82C;
}
</style>
border-color css
<style>
span { border-color: #BCD82C; }
span { border-color: rgb(188,216,44); }
td.TdClassName
{
border-color: #BCD82C;
}
.TagClassName
{
border-color: #BCD82C;
}
</style>