Shades of Fuego #BCD22F
Tints of Fuego #BCD22F
RGB
CMYK
RGB Variations
Color information
#BCD22F (or 0xBCD22F) is known color: Fuego. HEX triplet: BC, D2 and 2F. RGB value is (188,210,47). Sum of RGB (Red+Green+Blue) = 188+210+47=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD22F is #432DD0. Grayscale: #B9B9B9. Windows color (decimal): -4402641 or 3134140. OLE color: 3134140.
HSL color Cylindrical-coordinate representation of color #BCD22F: hue angle of 68.1º 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 #BCD22F is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 47 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.18 |
| HSL | 68.1º | 0.64% | 0.5% | - |
| HSV(B) | 68.1º | 0.78% | 0.82% | - |
| XYZ | 44.3 | 56.99 | 11.35 | - |
| YUV | 184.84 | 50.21 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 47 | 0.10 | 0 | 0.78 | 0.18 | 68.1 | 0.64 | 0.5 |
| Hex | BC | D2 | 2F | A | 0 | 4E | 12 | 44 | 40 | 32 |
| Octal | 274 | 322 | 57 | 12 | 0 | 116 | 22 | 104 | 100 | 62 |
| Binary | 10111100 | 11010010 | 101111 | 1010 | 0 | 1001110 | 10010 | 1000100 | 1000000 | 110010 |
Color Harmonies of #BCD22F
Complementary color
Monochromatic Colors of #BCD22F
Black with #BCD22F
Text Example
Text Example
White with #BCD22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD22F; }
p { color: rgb(188,210,47); }
H1.HeaderClassName
{
color: #BCD22F;
}
.AnyTagClassName
{
color: #BCD22F;
}
</style>
background-color css
<style>
a { background-color: #BCD22F; }
a { background-color: rgb(188,210,47); }
div.DivClassName
{
background-color: #BCD22F;
}
.BgClassName
{
background-color: #BCD22F;
}
</style>
border-color css
<style>
span { border-color: #BCD22F; }
span { border-color: rgb(188,210,47); }
td.TdClassName
{
border-color: #BCD22F;
}
.TagClassName
{
border-color: #BCD22F;
}
</style>