Shades of Fuego #BCD125
Tints of Fuego #BCD125
RGB
CMYK
RGB Variations
Color information
#BCD125 (or 0xBCD125) is known color: Fuego. HEX triplet: BC, D1 and 25. RGB value is (188,209,37). Sum of RGB (Red+Green+Blue) = 188+209+37=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD125 is #432EDA. Grayscale: #B7B7B7. Windows color (decimal): -4402907 or 2478524. OLE color: 2478524.
HSL color Cylindrical-coordinate representation of color #BCD125: hue angle of 67.33º 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 #BCD125 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 37 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.18 |
| HSL | 67.33º | 0.7% | 0.48% | - |
| HSV(B) | 67.33º | 0.82% | 0.82% | - |
| XYZ | 43.87 | 56.43 | 10.33 | - |
| YUV | 183.11 | 45.54 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 37 | 0.10 | 0 | 0.82 | 0.18 | 67.33 | 0.7 | 0.48 |
| Hex | BC | D1 | 25 | A | 0 | 52 | 12 | 43 | 46 | 30 |
| Octal | 274 | 321 | 45 | 12 | 0 | 122 | 22 | 103 | 106 | 60 |
| Binary | 10111100 | 11010001 | 100101 | 1010 | 0 | 1010010 | 10010 | 1000011 | 1000110 | 110000 |
Color Harmonies of #BCD125
Complementary color
Monochromatic Colors of #BCD125
Black with #BCD125
Text Example
Text Example
White with #BCD125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD125; }
p { color: rgb(188,209,37); }
H1.HeaderClassName
{
color: #BCD125;
}
.AnyTagClassName
{
color: #BCD125;
}
</style>
background-color css
<style>
a { background-color: #BCD125; }
a { background-color: rgb(188,209,37); }
div.DivClassName
{
background-color: #BCD125;
}
.BgClassName
{
background-color: #BCD125;
}
</style>
border-color css
<style>
span { border-color: #BCD125; }
span { border-color: rgb(188,209,37); }
td.TdClassName
{
border-color: #BCD125;
}
.TagClassName
{
border-color: #BCD125;
}
</style>