Shades of Fuego #BCD527
Tints of Fuego #BCD527
RGB
CMYK
RGB Variations
Color information
#BCD527 (or 0xBCD527) is known color: Fuego. HEX triplet: BC, D5 and 27. RGB value is (188,213,39). Sum of RGB (Red+Green+Blue) = 188+213+39=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 39 (15.62% from 255 or 8.86% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD527 is #432AD8. Grayscale: #BABABA. Windows color (decimal): -4401881 or 2610620. OLE color: 2610620.
HSL color Cylindrical-coordinate representation of color #BCD527: hue angle of 68.62º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCD527 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 39 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.16 |
| HSL | 68.62º | 0.69% | 0.49% | - |
| HSV(B) | 68.62º | 0.82% | 0.84% | - |
| XYZ | 44.9 | 58.43 | 10.83 | - |
| YUV | 185.69 | 45.22 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 39 | 0.12 | 0 | 0.82 | 0.16 | 68.62 | 0.69 | 0.49 |
| Hex | BC | D5 | 27 | C | 0 | 52 | 10 | 45 | 45 | 31 |
| Octal | 274 | 325 | 47 | 14 | 0 | 122 | 20 | 105 | 105 | 61 |
| Binary | 10111100 | 11010101 | 100111 | 1100 | 0 | 1010010 | 10000 | 1000101 | 1000101 | 110001 |
Color Harmonies of #BCD527
Complementary color
Monochromatic Colors of #BCD527
Black with #BCD527
Text Example
Text Example
White with #BCD527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD527; }
p { color: rgb(188,213,39); }
H1.HeaderClassName
{
color: #BCD527;
}
.AnyTagClassName
{
color: #BCD527;
}
</style>
background-color css
<style>
a { background-color: #BCD527; }
a { background-color: rgb(188,213,39); }
div.DivClassName
{
background-color: #BCD527;
}
.BgClassName
{
background-color: #BCD527;
}
</style>
border-color css
<style>
span { border-color: #BCD527; }
span { border-color: rgb(188,213,39); }
td.TdClassName
{
border-color: #BCD527;
}
.TagClassName
{
border-color: #BCD527;
}
</style>