Shades of Fuego #BCC135
Tints of Fuego #BCC135
RGB
CMYK
RGB Variations
Color information
#BCC135 (or 0xBCC135) is known color: Fuego. HEX triplet: BC, C1 and 35. RGB value is (188,193,53). Sum of RGB (Red+Green+Blue) = 188+193+53=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC135 is #433ECA. Grayscale: #B0B0B0. Windows color (decimal): -4406987 or 3523004. OLE color: 3523004.
HSL color Cylindrical-coordinate representation of color #BCC135: hue angle of 62.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCC135 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 53 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.24 |
| HSL | 62.14º | 0.57% | 0.48% | - |
| HSV(B) | 62.14º | 0.73% | 0.76% | - |
| XYZ | 40.45 | 49.09 | 10.71 | - |
| YUV | 175.55 | 58.84 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 53 | 0.03 | 0 | 0.73 | 0.24 | 62.14 | 0.57 | 0.48 |
| Hex | BC | C1 | 35 | 3 | 0 | 49 | 18 | 3E | 39 | 30 |
| Octal | 274 | 301 | 65 | 3 | 0 | 111 | 30 | 76 | 71 | 60 |
| Binary | 10111100 | 11000001 | 110101 | 11 | 0 | 1001001 | 11000 | 111110 | 111001 | 110000 |
Color Harmonies of #BCC135
Complementary color
Monochromatic Colors of #BCC135
Black with #BCC135
Text Example
Text Example
White with #BCC135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC135; }
p { color: rgb(188,193,53); }
H1.HeaderClassName
{
color: #BCC135;
}
.AnyTagClassName
{
color: #BCC135;
}
</style>
background-color css
<style>
a { background-color: #BCC135; }
a { background-color: rgb(188,193,53); }
div.DivClassName
{
background-color: #BCC135;
}
.BgClassName
{
background-color: #BCC135;
}
</style>
border-color css
<style>
span { border-color: #BCC135; }
span { border-color: rgb(188,193,53); }
td.TdClassName
{
border-color: #BCC135;
}
.TagClassName
{
border-color: #BCC135;
}
</style>