Shades of Fuego #BCD52A
Tints of Fuego #BCD52A
RGB
CMYK
RGB Variations
Color information
#BCD52A (or 0xBCD52A) is known color: Fuego. HEX triplet: BC, D5 and 2A. RGB value is (188,213,42). Sum of RGB (Red+Green+Blue) = 188+213+42=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD52A is #432AD5. Grayscale: #BABABA. Windows color (decimal): -4401878 or 2807228. OLE color: 2807228.
HSL color Cylindrical-coordinate representation of color #BCD52A: hue angle of 68.77º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCD52A is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 42 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.16 |
| HSL | 68.77º | 0.67% | 0.5% | - |
| HSV(B) | 68.77º | 0.8% | 0.84% | - |
| XYZ | 44.95 | 58.45 | 11.1 | - |
| YUV | 186.03 | 46.72 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 42 | 0.12 | 0 | 0.80 | 0.16 | 68.77 | 0.67 | 0.5 |
| Hex | BC | D5 | 2A | C | 0 | 50 | 10 | 45 | 43 | 32 |
| Octal | 274 | 325 | 52 | 14 | 0 | 120 | 20 | 105 | 103 | 62 |
| Binary | 10111100 | 11010101 | 101010 | 1100 | 0 | 1010000 | 10000 | 1000101 | 1000011 | 110010 |
Color Harmonies of #BCD52A
Complementary color
Monochromatic Colors of #BCD52A
Black with #BCD52A
Text Example
Text Example
White with #BCD52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD52A; }
p { color: rgb(188,213,42); }
H1.HeaderClassName
{
color: #BCD52A;
}
.AnyTagClassName
{
color: #BCD52A;
}
</style>
background-color css
<style>
a { background-color: #BCD52A; }
a { background-color: rgb(188,213,42); }
div.DivClassName
{
background-color: #BCD52A;
}
.BgClassName
{
background-color: #BCD52A;
}
</style>
border-color css
<style>
span { border-color: #BCD52A; }
span { border-color: rgb(188,213,42); }
td.TdClassName
{
border-color: #BCD52A;
}
.TagClassName
{
border-color: #BCD52A;
}
</style>