Shades of Fuego #BCD534
Tints of Fuego #BCD534
RGB
CMYK
RGB Variations
Color information
#BCD534 (or 0xBCD534) is known color: Fuego. HEX triplet: BC, D5 and 34. RGB value is (188,213,52). Sum of RGB (Red+Green+Blue) = 188+213+52=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD534 is #432ACB. Grayscale: #BBBBBB. Windows color (decimal): -4401868 or 3462588. OLE color: 3462588.
HSL color Cylindrical-coordinate representation of color #BCD534: hue angle of 69.32º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCD534 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 52 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.16 |
| HSL | 69.32º | 0.66% | 0.52% | - |
| HSV(B) | 69.32º | 0.76% | 0.84% | - |
| XYZ | 45.15 | 58.53 | 12.17 | - |
| YUV | 187.17 | 51.72 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 52 | 0.12 | 0 | 0.76 | 0.16 | 69.32 | 0.66 | 0.52 |
| Hex | BC | D5 | 34 | C | 0 | 4C | 10 | 45 | 42 | 34 |
| Octal | 274 | 325 | 64 | 14 | 0 | 114 | 20 | 105 | 102 | 64 |
| Binary | 10111100 | 11010101 | 110100 | 1100 | 0 | 1001100 | 10000 | 1000101 | 1000010 | 110100 |
Color Harmonies of #BCD534
Complementary color
Monochromatic Colors of #BCD534
Black with #BCD534
Text Example
Text Example
White with #BCD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD534; }
p { color: rgb(188,213,52); }
H1.HeaderClassName
{
color: #BCD534;
}
.AnyTagClassName
{
color: #BCD534;
}
</style>
background-color css
<style>
a { background-color: #BCD534; }
a { background-color: rgb(188,213,52); }
div.DivClassName
{
background-color: #BCD534;
}
.BgClassName
{
background-color: #BCD534;
}
</style>
border-color css
<style>
span { border-color: #BCD534; }
span { border-color: rgb(188,213,52); }
td.TdClassName
{
border-color: #BCD534;
}
.TagClassName
{
border-color: #BCD534;
}
</style>