Shades of Fuego #BCD81C
Tints of Fuego #BCD81C
RGB
CMYK
RGB Variations
Color information
#BCD81C (or 0xBCD81C) is known color: Fuego. HEX triplet: BC, D8 and 1C. RGB value is (188,216,28). Sum of RGB (Red+Green+Blue) = 188+216+28=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD81C is #4327E3. Grayscale: #BABABA. Windows color (decimal): -4401124 or 1890492. OLE color: 1890492.
HSL color Cylindrical-coordinate representation of color #BCD81C: hue angle of 68.94º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCD81C is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 28 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.15 |
| HSL | 68.94º | 0.77% | 0.48% | - |
| HSV(B) | 68.94º | 0.87% | 0.85% | - |
| XYZ | 45.5 | 59.89 | 10.26 | - |
| YUV | 186.2 | 38.72 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 28 | 0.13 | 0 | 0.87 | 0.15 | 68.94 | 0.77 | 0.48 |
| Hex | BC | D8 | 1C | D | 0 | 57 | F | 45 | 4D | 30 |
| Octal | 274 | 330 | 34 | 15 | 0 | 127 | 17 | 105 | 115 | 60 |
| Binary | 10111100 | 11011000 | 11100 | 1101 | 0 | 1010111 | 1111 | 1000101 | 1001101 | 110000 |
Color Harmonies of #BCD81C
Complementary color
Monochromatic Colors of #BCD81C
Black with #BCD81C
Text Example
Text Example
White with #BCD81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD81C; }
p { color: rgb(188,216,28); }
H1.HeaderClassName
{
color: #BCD81C;
}
.AnyTagClassName
{
color: #BCD81C;
}
</style>
background-color css
<style>
a { background-color: #BCD81C; }
a { background-color: rgb(188,216,28); }
div.DivClassName
{
background-color: #BCD81C;
}
.BgClassName
{
background-color: #BCD81C;
}
</style>
border-color css
<style>
span { border-color: #BCD81C; }
span { border-color: rgb(188,216,28); }
td.TdClassName
{
border-color: #BCD81C;
}
.TagClassName
{
border-color: #BCD81C;
}
</style>