Shades of Fuego #BCC838
Tints of Fuego #BCC838
RGB
CMYK
RGB Variations
Color information
#BCC838 (or 0xBCC838) is known color: Fuego. HEX triplet: BC, C8 and 38. RGB value is (188,200,56). Sum of RGB (Red+Green+Blue) = 188+200+56=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC838 is #4337C7. Grayscale: #B4B4B4. Windows color (decimal): -4405192 or 3721404. OLE color: 3721404.
HSL color Cylindrical-coordinate representation of color #BCC838: hue angle of 65º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCC838 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 56 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.22 |
| HSL | 65º | 0.57% | 0.5% | - |
| HSV(B) | 65º | 0.72% | 0.78% | - |
| XYZ | 42.11 | 52.29 | 11.61 | - |
| YUV | 180 | 58.02 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 56 | 0.06 | 0 | 0.72 | 0.22 | 65 | 0.57 | 0.5 |
| Hex | BC | C8 | 38 | 6 | 0 | 48 | 16 | 41 | 39 | 32 |
| Octal | 274 | 310 | 70 | 6 | 0 | 110 | 26 | 101 | 71 | 62 |
| Binary | 10111100 | 11001000 | 111000 | 110 | 0 | 1001000 | 10110 | 1000001 | 111001 | 110010 |
Color Harmonies of #BCC838
Complementary color
Monochromatic Colors of #BCC838
Black with #BCC838
Text Example
Text Example
White with #BCC838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC838; }
p { color: rgb(188,200,56); }
H1.HeaderClassName
{
color: #BCC838;
}
.AnyTagClassName
{
color: #BCC838;
}
</style>
background-color css
<style>
a { background-color: #BCC838; }
a { background-color: rgb(188,200,56); }
div.DivClassName
{
background-color: #BCC838;
}
.BgClassName
{
background-color: #BCC838;
}
</style>
border-color css
<style>
span { border-color: #BCC838; }
span { border-color: rgb(188,200,56); }
td.TdClassName
{
border-color: #BCC838;
}
.TagClassName
{
border-color: #BCC838;
}
</style>