Shades of Fuego #BCD22C
Tints of Fuego #BCD22C
RGB
CMYK
RGB Variations
Color information
#BCD22C (or 0xBCD22C) is known color: Fuego. HEX triplet: BC, D2 and 2C. RGB value is (188,210,44). Sum of RGB (Red+Green+Blue) = 188+210+44=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD22C is #432DD3. Grayscale: #B9B9B9. Windows color (decimal): -4402644 or 2937532. OLE color: 2937532.
HSL color Cylindrical-coordinate representation of color #BCD22C: hue angle of 67.95º 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 #BCD22C is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 44 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.18 |
| HSL | 67.95º | 0.65% | 0.5% | - |
| HSV(B) | 67.95º | 0.79% | 0.82% | - |
| XYZ | 44.24 | 56.97 | 11.05 | - |
| YUV | 184.5 | 48.71 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 44 | 0.10 | 0 | 0.79 | 0.18 | 67.95 | 0.65 | 0.5 |
| Hex | BC | D2 | 2C | A | 0 | 4F | 12 | 44 | 41 | 32 |
| Octal | 274 | 322 | 54 | 12 | 0 | 117 | 22 | 104 | 101 | 62 |
| Binary | 10111100 | 11010010 | 101100 | 1010 | 0 | 1001111 | 10010 | 1000100 | 1000001 | 110010 |
Color Harmonies of #BCD22C
Complementary color
Monochromatic Colors of #BCD22C
Black with #BCD22C
Text Example
Text Example
White with #BCD22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD22C; }
p { color: rgb(188,210,44); }
H1.HeaderClassName
{
color: #BCD22C;
}
.AnyTagClassName
{
color: #BCD22C;
}
</style>
background-color css
<style>
a { background-color: #BCD22C; }
a { background-color: rgb(188,210,44); }
div.DivClassName
{
background-color: #BCD22C;
}
.BgClassName
{
background-color: #BCD22C;
}
</style>
border-color css
<style>
span { border-color: #BCD22C; }
span { border-color: rgb(188,210,44); }
td.TdClassName
{
border-color: #BCD22C;
}
.TagClassName
{
border-color: #BCD22C;
}
</style>