Shades of Fuego #BCC133
Tints of Fuego #BCC133
RGB
CMYK
RGB Variations
Color information
#BCC133 (or 0xBCC133) is known color: Fuego. HEX triplet: BC, C1 and 33. RGB value is (188,193,51). Sum of RGB (Red+Green+Blue) = 188+193+51=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC133 is #433ECC. Grayscale: #AFAFAF. Windows color (decimal): -4406989 or 3391932. OLE color: 3391932.
HSL color Cylindrical-coordinate representation of color #BCC133: hue angle of 62.11º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCC133 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 51 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.24 |
| HSL | 62.11º | 0.58% | 0.48% | - |
| HSV(B) | 62.11º | 0.74% | 0.76% | - |
| XYZ | 40.41 | 49.07 | 10.47 | - |
| YUV | 175.32 | 57.84 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 51 | 0.03 | 0 | 0.74 | 0.24 | 62.11 | 0.58 | 0.48 |
| Hex | BC | C1 | 33 | 3 | 0 | 4A | 18 | 3E | 3A | 30 |
| Octal | 274 | 301 | 63 | 3 | 0 | 112 | 30 | 76 | 72 | 60 |
| Binary | 10111100 | 11000001 | 110011 | 11 | 0 | 1001010 | 11000 | 111110 | 111010 | 110000 |
Color Harmonies of #BCC133
Complementary color
Monochromatic Colors of #BCC133
Black with #BCC133
Text Example
Text Example
White with #BCC133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC133; }
p { color: rgb(188,193,51); }
H1.HeaderClassName
{
color: #BCC133;
}
.AnyTagClassName
{
color: #BCC133;
}
</style>
background-color css
<style>
a { background-color: #BCC133; }
a { background-color: rgb(188,193,51); }
div.DivClassName
{
background-color: #BCC133;
}
.BgClassName
{
background-color: #BCC133;
}
</style>
border-color css
<style>
span { border-color: #BCC133; }
span { border-color: rgb(188,193,51); }
td.TdClassName
{
border-color: #BCC133;
}
.TagClassName
{
border-color: #BCC133;
}
</style>