Shades of Fuego #BCC538
Tints of Fuego #BCC538
RGB
CMYK
RGB Variations
Color information
#BCC538 (or 0xBCC538) is known color: Fuego. HEX triplet: BC, C5 and 38. RGB value is (188,197,56). Sum of RGB (Red+Green+Blue) = 188+197+56=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC538 is #433AC7. Grayscale: #B2B2B2. Windows color (decimal): -4405960 or 3720636. OLE color: 3720636.
HSL color Cylindrical-coordinate representation of color #BCC538: hue angle of 63.83º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCC538 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 56 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.23 |
| HSL | 63.83º | 0.56% | 0.5% | - |
| HSV(B) | 63.83º | 0.72% | 0.77% | - |
| XYZ | 41.42 | 50.91 | 11.38 | - |
| YUV | 178.24 | 59.02 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 56 | 0.05 | 0 | 0.72 | 0.23 | 63.83 | 0.56 | 0.5 |
| Hex | BC | C5 | 38 | 5 | 0 | 48 | 17 | 40 | 38 | 32 |
| Octal | 274 | 305 | 70 | 5 | 0 | 110 | 27 | 100 | 70 | 62 |
| Binary | 10111100 | 11000101 | 111000 | 101 | 0 | 1001000 | 10111 | 1000000 | 111000 | 110010 |
Color Harmonies of #BCC538
Complementary color
Monochromatic Colors of #BCC538
Black with #BCC538
Text Example
Text Example
White with #BCC538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC538; }
p { color: rgb(188,197,56); }
H1.HeaderClassName
{
color: #BCC538;
}
.AnyTagClassName
{
color: #BCC538;
}
</style>
background-color css
<style>
a { background-color: #BCC538; }
a { background-color: rgb(188,197,56); }
div.DivClassName
{
background-color: #BCC538;
}
.BgClassName
{
background-color: #BCC538;
}
</style>
border-color css
<style>
span { border-color: #BCC538; }
span { border-color: rgb(188,197,56); }
td.TdClassName
{
border-color: #BCC538;
}
.TagClassName
{
border-color: #BCC538;
}
</style>