Shades of Fuego #BCD92B
Tints of Fuego #BCD92B
RGB
CMYK
RGB Variations
Color information
#BCD92B (or 0xBCD92B) is known color: Fuego. HEX triplet: BC, D9 and 2B. RGB value is (188,217,43). Sum of RGB (Red+Green+Blue) = 188+217+43=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD92B is #4326D4. Grayscale: #BDBDBD. Windows color (decimal): -4400853 or 2873788. OLE color: 2873788.
HSL color Cylindrical-coordinate representation of color #BCD92B: hue angle of 70º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCD92B is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 43 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.15 |
| HSL | 70º | 0.7% | 0.51% | - |
| HSV(B) | 70º | 0.8% | 0.85% | - |
| XYZ | 45.99 | 60.49 | 11.54 | - |
| YUV | 188.49 | 45.89 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 43 | 0.13 | 0 | 0.80 | 0.15 | 70 | 0.7 | 0.51 |
| Hex | BC | D9 | 2B | D | 0 | 50 | F | 46 | 46 | 33 |
| Octal | 274 | 331 | 53 | 15 | 0 | 120 | 17 | 106 | 106 | 63 |
| Binary | 10111100 | 11011001 | 101011 | 1101 | 0 | 1010000 | 1111 | 1000110 | 1000110 | 110011 |
Color Harmonies of #BCD92B
Complementary color
Monochromatic Colors of #BCD92B
Black with #BCD92B
Text Example
Text Example
White with #BCD92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD92B; }
p { color: rgb(188,217,43); }
H1.HeaderClassName
{
color: #BCD92B;
}
.AnyTagClassName
{
color: #BCD92B;
}
</style>
background-color css
<style>
a { background-color: #BCD92B; }
a { background-color: rgb(188,217,43); }
div.DivClassName
{
background-color: #BCD92B;
}
.BgClassName
{
background-color: #BCD92B;
}
</style>
border-color css
<style>
span { border-color: #BCD92B; }
span { border-color: rgb(188,217,43); }
td.TdClassName
{
border-color: #BCD92B;
}
.TagClassName
{
border-color: #BCD92B;
}
</style>