Shades of Fuego #BCC336
Tints of Fuego #BCC336
RGB
CMYK
RGB Variations
Color information
#BCC336 (or 0xBCC336) is known color: Fuego. HEX triplet: BC, C3 and 36. RGB value is (188,195,54). Sum of RGB (Red+Green+Blue) = 188+195+54=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC336 is #433CC9. Grayscale: #B1B1B1. Windows color (decimal): -4406474 or 3589052. OLE color: 3589052.
HSL color Cylindrical-coordinate representation of color #BCC336: hue angle of 62.98º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCC336 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 54 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.24 |
| HSL | 62.98º | 0.57% | 0.49% | - |
| HSV(B) | 62.98º | 0.72% | 0.76% | - |
| XYZ | 40.92 | 49.99 | 10.98 | - |
| YUV | 176.83 | 58.68 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 54 | 0.04 | 0 | 0.72 | 0.24 | 62.98 | 0.57 | 0.49 |
| Hex | BC | C3 | 36 | 4 | 0 | 48 | 18 | 3F | 39 | 31 |
| Octal | 274 | 303 | 66 | 4 | 0 | 110 | 30 | 77 | 71 | 61 |
| Binary | 10111100 | 11000011 | 110110 | 100 | 0 | 1001000 | 11000 | 111111 | 111001 | 110001 |
Color Harmonies of #BCC336
Complementary color
Monochromatic Colors of #BCC336
Black with #BCC336
Text Example
Text Example
White with #BCC336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC336; }
p { color: rgb(188,195,54); }
H1.HeaderClassName
{
color: #BCC336;
}
.AnyTagClassName
{
color: #BCC336;
}
</style>
background-color css
<style>
a { background-color: #BCC336; }
a { background-color: rgb(188,195,54); }
div.DivClassName
{
background-color: #BCC336;
}
.BgClassName
{
background-color: #BCC336;
}
</style>
border-color css
<style>
span { border-color: #BCC336; }
span { border-color: rgb(188,195,54); }
td.TdClassName
{
border-color: #BCC336;
}
.TagClassName
{
border-color: #BCC336;
}
</style>