Shades of Fuego #BCC436
Tints of Fuego #BCC436
RGB
CMYK
RGB Variations
Color information
#BCC436 (or 0xBCC436) is known color: Fuego. HEX triplet: BC, C4 and 36. RGB value is (188,196,54). Sum of RGB (Red+Green+Blue) = 188+196+54=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC436 is #433BC9. Grayscale: #B1B1B1. Windows color (decimal): -4406218 or 3589308. OLE color: 3589308.
HSL color Cylindrical-coordinate representation of color #BCC436: hue angle of 63.38º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCC436 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 54 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.23 |
| HSL | 63.38º | 0.57% | 0.49% | - |
| HSV(B) | 63.38º | 0.72% | 0.77% | - |
| XYZ | 41.14 | 50.44 | 11.06 | - |
| YUV | 177.42 | 58.35 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 54 | 0.04 | 0 | 0.72 | 0.23 | 63.38 | 0.57 | 0.49 |
| Hex | BC | C4 | 36 | 4 | 0 | 48 | 17 | 3F | 39 | 31 |
| Octal | 274 | 304 | 66 | 4 | 0 | 110 | 27 | 77 | 71 | 61 |
| Binary | 10111100 | 11000100 | 110110 | 100 | 0 | 1001000 | 10111 | 111111 | 111001 | 110001 |
Color Harmonies of #BCC436
Complementary color
Monochromatic Colors of #BCC436
Black with #BCC436
Text Example
Text Example
White with #BCC436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC436; }
p { color: rgb(188,196,54); }
H1.HeaderClassName
{
color: #BCC436;
}
.AnyTagClassName
{
color: #BCC436;
}
</style>
background-color css
<style>
a { background-color: #BCC436; }
a { background-color: rgb(188,196,54); }
div.DivClassName
{
background-color: #BCC436;
}
.BgClassName
{
background-color: #BCC436;
}
</style>
border-color css
<style>
span { border-color: #BCC436; }
span { border-color: rgb(188,196,54); }
td.TdClassName
{
border-color: #BCC436;
}
.TagClassName
{
border-color: #BCC436;
}
</style>