Shades of Fuego #BCD025
Tints of Fuego #BCD025
RGB
CMYK
RGB Variations
Color information
#BCD025 (or 0xBCD025) is known color: Fuego. HEX triplet: BC, D0 and 25. RGB value is (188,208,37). Sum of RGB (Red+Green+Blue) = 188+208+37=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD025 is #432FDA. Grayscale: #B7B7B7. Windows color (decimal): -4403163 or 2478268. OLE color: 2478268.
HSL color Cylindrical-coordinate representation of color #BCD025: hue angle of 67.02º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCD025 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 37 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.18 |
| HSL | 67.02º | 0.7% | 0.48% | - |
| HSV(B) | 67.02º | 0.82% | 0.82% | - |
| XYZ | 43.63 | 55.94 | 10.25 | - |
| YUV | 182.53 | 45.87 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 37 | 0.10 | 0 | 0.82 | 0.18 | 67.02 | 0.7 | 0.48 |
| Hex | BC | D0 | 25 | A | 0 | 52 | 12 | 43 | 46 | 30 |
| Octal | 274 | 320 | 45 | 12 | 0 | 122 | 22 | 103 | 106 | 60 |
| Binary | 10111100 | 11010000 | 100101 | 1010 | 0 | 1010010 | 10010 | 1000011 | 1000110 | 110000 |
Color Harmonies of #BCD025
Complementary color
Monochromatic Colors of #BCD025
Black with #BCD025
Text Example
Text Example
White with #BCD025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD025; }
p { color: rgb(188,208,37); }
H1.HeaderClassName
{
color: #BCD025;
}
.AnyTagClassName
{
color: #BCD025;
}
</style>
background-color css
<style>
a { background-color: #BCD025; }
a { background-color: rgb(188,208,37); }
div.DivClassName
{
background-color: #BCD025;
}
.BgClassName
{
background-color: #BCD025;
}
</style>
border-color css
<style>
span { border-color: #BCD025; }
span { border-color: rgb(188,208,37); }
td.TdClassName
{
border-color: #BCD025;
}
.TagClassName
{
border-color: #BCD025;
}
</style>