Shades of Fuego #BCD530
Tints of Fuego #BCD530
RGB
CMYK
RGB Variations
Color information
#BCD530 (or 0xBCD530) is known color: Fuego. HEX triplet: BC, D5 and 30. RGB value is (188,213,48). Sum of RGB (Red+Green+Blue) = 188+213+48=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD530 is #432ACF. Grayscale: #BBBBBB. Windows color (decimal): -4401872 or 3200444. OLE color: 3200444.
HSL color Cylindrical-coordinate representation of color #BCD530: hue angle of 69.09º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCD530 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 48 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.16 |
| HSL | 69.09º | 0.66% | 0.51% | - |
| HSV(B) | 69.09º | 0.77% | 0.84% | - |
| XYZ | 45.07 | 58.49 | 11.71 | - |
| YUV | 186.72 | 49.72 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 48 | 0.12 | 0 | 0.77 | 0.16 | 69.09 | 0.66 | 0.51 |
| Hex | BC | D5 | 30 | C | 0 | 4D | 10 | 45 | 42 | 33 |
| Octal | 274 | 325 | 60 | 14 | 0 | 115 | 20 | 105 | 102 | 63 |
| Binary | 10111100 | 11010101 | 110000 | 1100 | 0 | 1001101 | 10000 | 1000101 | 1000010 | 110011 |
Color Harmonies of #BCD530
Complementary color
Monochromatic Colors of #BCD530
Black with #BCD530
Text Example
Text Example
White with #BCD530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD530; }
p { color: rgb(188,213,48); }
H1.HeaderClassName
{
color: #BCD530;
}
.AnyTagClassName
{
color: #BCD530;
}
</style>
background-color css
<style>
a { background-color: #BCD530; }
a { background-color: rgb(188,213,48); }
div.DivClassName
{
background-color: #BCD530;
}
.BgClassName
{
background-color: #BCD530;
}
</style>
border-color css
<style>
span { border-color: #BCD530; }
span { border-color: rgb(188,213,48); }
td.TdClassName
{
border-color: #BCD530;
}
.TagClassName
{
border-color: #BCD530;
}
</style>