Shades of Fuego #BCD827
Tints of Fuego #BCD827
RGB
CMYK
RGB Variations
Color information
#BCD827 (or 0xBCD827) is known color: Fuego. HEX triplet: BC, D8 and 27. RGB value is (188,216,39). Sum of RGB (Red+Green+Blue) = 188+216+39=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 39 (15.62% from 255 or 8.80% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD827 is #4327D8. Grayscale: #BCBCBC. Windows color (decimal): -4401113 or 2611388. OLE color: 2611388.
HSL color Cylindrical-coordinate representation of color #BCD827: hue angle of 69.49º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCD827 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 39 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.15 |
| HSL | 69.49º | 0.69% | 0.5% | - |
| HSV(B) | 69.49º | 0.82% | 0.85% | - |
| XYZ | 45.66 | 59.95 | 11.08 | - |
| YUV | 187.45 | 44.22 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 39 | 0.13 | 0 | 0.82 | 0.15 | 69.49 | 0.69 | 0.5 |
| Hex | BC | D8 | 27 | D | 0 | 52 | F | 45 | 45 | 32 |
| Octal | 274 | 330 | 47 | 15 | 0 | 122 | 17 | 105 | 105 | 62 |
| Binary | 10111100 | 11011000 | 100111 | 1101 | 0 | 1010010 | 1111 | 1000101 | 1000101 | 110010 |
Color Harmonies of #BCD827
Complementary color
Monochromatic Colors of #BCD827
Black with #BCD827
Text Example
Text Example
White with #BCD827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD827; }
p { color: rgb(188,216,39); }
H1.HeaderClassName
{
color: #BCD827;
}
.AnyTagClassName
{
color: #BCD827;
}
</style>
background-color css
<style>
a { background-color: #BCD827; }
a { background-color: rgb(188,216,39); }
div.DivClassName
{
background-color: #BCD827;
}
.BgClassName
{
background-color: #BCD827;
}
</style>
border-color css
<style>
span { border-color: #BCD827; }
span { border-color: rgb(188,216,39); }
td.TdClassName
{
border-color: #BCD827;
}
.TagClassName
{
border-color: #BCD827;
}
</style>