Shades of Fuego #BCD22D
Tints of Fuego #BCD22D
RGB
CMYK
RGB Variations
Color information
#BCD22D (or 0xBCD22D) is known color: Fuego. HEX triplet: BC, D2 and 2D. RGB value is (188,210,45). Sum of RGB (Red+Green+Blue) = 188+210+45=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD22D is #432DD2. Grayscale: #B9B9B9. Windows color (decimal): -4402643 or 3003068. OLE color: 3003068.
HSL color Cylindrical-coordinate representation of color #BCD22D: hue angle of 68º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCD22D is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 45 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.18 |
| HSL | 68º | 0.65% | 0.5% | - |
| HSV(B) | 68º | 0.79% | 0.82% | - |
| XYZ | 44.26 | 56.97 | 11.15 | - |
| YUV | 184.61 | 49.21 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 45 | 0.10 | 0 | 0.79 | 0.18 | 68 | 0.65 | 0.5 |
| Hex | BC | D2 | 2D | A | 0 | 4F | 12 | 44 | 41 | 32 |
| Octal | 274 | 322 | 55 | 12 | 0 | 117 | 22 | 104 | 101 | 62 |
| Binary | 10111100 | 11010010 | 101101 | 1010 | 0 | 1001111 | 10010 | 1000100 | 1000001 | 110010 |
Color Harmonies of #BCD22D
Complementary color
Monochromatic Colors of #BCD22D
Black with #BCD22D
Text Example
Text Example
White with #BCD22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD22D; }
p { color: rgb(188,210,45); }
H1.HeaderClassName
{
color: #BCD22D;
}
.AnyTagClassName
{
color: #BCD22D;
}
</style>
background-color css
<style>
a { background-color: #BCD22D; }
a { background-color: rgb(188,210,45); }
div.DivClassName
{
background-color: #BCD22D;
}
.BgClassName
{
background-color: #BCD22D;
}
</style>
border-color css
<style>
span { border-color: #BCD22D; }
span { border-color: rgb(188,210,45); }
td.TdClassName
{
border-color: #BCD22D;
}
.TagClassName
{
border-color: #BCD22D;
}
</style>