Shades of Fuego #BCC82B
Tints of Fuego #BCC82B
RGB
CMYK
RGB Variations
Color information
#BCC82B (or 0xBCC82B) is known color: Fuego. HEX triplet: BC, C8 and 2B. RGB value is (188,200,43). Sum of RGB (Red+Green+Blue) = 188+200+43=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC82B is #4337D4. Grayscale: #B3B3B3. Windows color (decimal): -4405205 or 2869436. OLE color: 2869436.
HSL color Cylindrical-coordinate representation of color #BCC82B: hue angle of 64.59º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCC82B is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 43 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.22 |
| HSL | 64.59º | 0.65% | 0.48% | - |
| HSV(B) | 64.59º | 0.79% | 0.78% | - |
| XYZ | 41.83 | 52.17 | 10.15 | - |
| YUV | 178.51 | 51.52 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 43 | 0.06 | 0 | 0.78 | 0.22 | 64.59 | 0.65 | 0.48 |
| Hex | BC | C8 | 2B | 6 | 0 | 4E | 16 | 41 | 41 | 30 |
| Octal | 274 | 310 | 53 | 6 | 0 | 116 | 26 | 101 | 101 | 60 |
| Binary | 10111100 | 11001000 | 101011 | 110 | 0 | 1001110 | 10110 | 1000001 | 1000001 | 110000 |
Color Harmonies of #BCC82B
Complementary color
Monochromatic Colors of #BCC82B
Black with #BCC82B
Text Example
Text Example
White with #BCC82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC82B; }
p { color: rgb(188,200,43); }
H1.HeaderClassName
{
color: #BCC82B;
}
.AnyTagClassName
{
color: #BCC82B;
}
</style>
background-color css
<style>
a { background-color: #BCC82B; }
a { background-color: rgb(188,200,43); }
div.DivClassName
{
background-color: #BCC82B;
}
.BgClassName
{
background-color: #BCC82B;
}
</style>
border-color css
<style>
span { border-color: #BCC82B; }
span { border-color: rgb(188,200,43); }
td.TdClassName
{
border-color: #BCC82B;
}
.TagClassName
{
border-color: #BCC82B;
}
</style>