Shades of Fuego #BCD02D
Tints of Fuego #BCD02D
RGB
CMYK
RGB Variations
Color information
#BCD02D (or 0xBCD02D) is known color: Fuego. HEX triplet: BC, D0 and 2D. RGB value is (188,208,45). Sum of RGB (Red+Green+Blue) = 188+208+45=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD02D is #432FD2. Grayscale: #B8B8B8. Windows color (decimal): -4403155 or 3002556. OLE color: 3002556.
HSL color Cylindrical-coordinate representation of color #BCD02D: hue angle of 67.36º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCD02D is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 45 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.18 |
| HSL | 67.36º | 0.64% | 0.5% | - |
| HSV(B) | 67.36º | 0.78% | 0.82% | - |
| XYZ | 43.77 | 55.99 | 10.98 | - |
| YUV | 183.44 | 49.87 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 45 | 0.10 | 0 | 0.78 | 0.18 | 67.36 | 0.64 | 0.5 |
| Hex | BC | D0 | 2D | A | 0 | 4E | 12 | 43 | 40 | 32 |
| Octal | 274 | 320 | 55 | 12 | 0 | 116 | 22 | 103 | 100 | 62 |
| Binary | 10111100 | 11010000 | 101101 | 1010 | 0 | 1001110 | 10010 | 1000011 | 1000000 | 110010 |
Color Harmonies of #BCD02D
Complementary color
Monochromatic Colors of #BCD02D
Black with #BCD02D
Text Example
Text Example
White with #BCD02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD02D; }
p { color: rgb(188,208,45); }
H1.HeaderClassName
{
color: #BCD02D;
}
.AnyTagClassName
{
color: #BCD02D;
}
</style>
background-color css
<style>
a { background-color: #BCD02D; }
a { background-color: rgb(188,208,45); }
div.DivClassName
{
background-color: #BCD02D;
}
.BgClassName
{
background-color: #BCD02D;
}
</style>
border-color css
<style>
span { border-color: #BCD02D; }
span { border-color: rgb(188,208,45); }
td.TdClassName
{
border-color: #BCD02D;
}
.TagClassName
{
border-color: #BCD02D;
}
</style>