Shades of Fuego #BCD325
Tints of Fuego #BCD325
RGB
CMYK
RGB Variations
Color information
#BCD325 (or 0xBCD325) is known color: Fuego. HEX triplet: BC, D3 and 25. RGB value is (188,211,37). Sum of RGB (Red+Green+Blue) = 188+211+37=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD325 is #432CDA. Grayscale: #B8B8B8. Windows color (decimal): -4402395 or 2479036. OLE color: 2479036.
HSL color Cylindrical-coordinate representation of color #BCD325: hue angle of 67.93º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCD325 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 37 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.17 |
| HSL | 67.93º | 0.7% | 0.49% | - |
| HSV(B) | 67.93º | 0.82% | 0.83% | - |
| XYZ | 44.37 | 57.41 | 10.49 | - |
| YUV | 184.29 | 44.88 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 37 | 0.11 | 0 | 0.82 | 0.17 | 67.93 | 0.7 | 0.49 |
| Hex | BC | D3 | 25 | B | 0 | 52 | 11 | 44 | 46 | 31 |
| Octal | 274 | 323 | 45 | 13 | 0 | 122 | 21 | 104 | 106 | 61 |
| Binary | 10111100 | 11010011 | 100101 | 1011 | 0 | 1010010 | 10001 | 1000100 | 1000110 | 110001 |
Color Harmonies of #BCD325
Complementary color
Monochromatic Colors of #BCD325
Black with #BCD325
Text Example
Text Example
White with #BCD325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD325; }
p { color: rgb(188,211,37); }
H1.HeaderClassName
{
color: #BCD325;
}
.AnyTagClassName
{
color: #BCD325;
}
</style>
background-color css
<style>
a { background-color: #BCD325; }
a { background-color: rgb(188,211,37); }
div.DivClassName
{
background-color: #BCD325;
}
.BgClassName
{
background-color: #BCD325;
}
</style>
border-color css
<style>
span { border-color: #BCD325; }
span { border-color: rgb(188,211,37); }
td.TdClassName
{
border-color: #BCD325;
}
.TagClassName
{
border-color: #BCD325;
}
</style>