Shades of Fuego #BCC738
Tints of Fuego #BCC738
RGB
CMYK
RGB Variations
Color information
#BCC738 (or 0xBCC738) is known color: Fuego. HEX triplet: BC, C7 and 38. RGB value is (188,199,56). Sum of RGB (Red+Green+Blue) = 188+199+56=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC738 is #4338C7. Grayscale: #B3B3B3. Windows color (decimal): -4405448 or 3721148. OLE color: 3721148.
HSL color Cylindrical-coordinate representation of color #BCC738: hue angle of 64.62º degrees, saturation: 0.56, 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 #BCC738 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 56 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.22 |
| HSL | 64.62º | 0.56% | 0.5% | - |
| HSV(B) | 64.62º | 0.72% | 0.78% | - |
| XYZ | 41.88 | 51.82 | 11.54 | - |
| YUV | 179.41 | 58.36 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 56 | 0.06 | 0 | 0.72 | 0.22 | 64.62 | 0.56 | 0.5 |
| Hex | BC | C7 | 38 | 6 | 0 | 48 | 16 | 41 | 38 | 32 |
| Octal | 274 | 307 | 70 | 6 | 0 | 110 | 26 | 101 | 70 | 62 |
| Binary | 10111100 | 11000111 | 111000 | 110 | 0 | 1001000 | 10110 | 1000001 | 111000 | 110010 |
Color Harmonies of #BCC738
Complementary color
Monochromatic Colors of #BCC738
Black with #BCC738
Text Example
Text Example
White with #BCC738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC738; }
p { color: rgb(188,199,56); }
H1.HeaderClassName
{
color: #BCC738;
}
.AnyTagClassName
{
color: #BCC738;
}
</style>
background-color css
<style>
a { background-color: #BCC738; }
a { background-color: rgb(188,199,56); }
div.DivClassName
{
background-color: #BCC738;
}
.BgClassName
{
background-color: #BCC738;
}
</style>
border-color css
<style>
span { border-color: #BCC738; }
span { border-color: rgb(188,199,56); }
td.TdClassName
{
border-color: #BCC738;
}
.TagClassName
{
border-color: #BCC738;
}
</style>