Shades of Fuego #BCC533
Tints of Fuego #BCC533
RGB
CMYK
RGB Variations
Color information
#BCC533 (or 0xBCC533) is known color: Fuego. HEX triplet: BC, C5 and 33. RGB value is (188,197,51). Sum of RGB (Red+Green+Blue) = 188+197+51=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC533 is #433ACC. Grayscale: #B2B2B2. Windows color (decimal): -4405965 or 3392956. OLE color: 3392956.
HSL color Cylindrical-coordinate representation of color #BCC533: hue angle of 63.7º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCC533 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 51 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.23 |
| HSL | 63.7º | 0.59% | 0.49% | - |
| HSV(B) | 63.7º | 0.74% | 0.77% | - |
| XYZ | 41.3 | 50.86 | 10.77 | - |
| YUV | 177.67 | 56.52 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 51 | 0.05 | 0 | 0.74 | 0.23 | 63.7 | 0.59 | 0.49 |
| Hex | BC | C5 | 33 | 5 | 0 | 4A | 17 | 40 | 3B | 31 |
| Octal | 274 | 305 | 63 | 5 | 0 | 112 | 27 | 100 | 73 | 61 |
| Binary | 10111100 | 11000101 | 110011 | 101 | 0 | 1001010 | 10111 | 1000000 | 111011 | 110001 |
Color Harmonies of #BCC533
Complementary color
Monochromatic Colors of #BCC533
Black with #BCC533
Text Example
Text Example
White with #BCC533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC533; }
p { color: rgb(188,197,51); }
H1.HeaderClassName
{
color: #BCC533;
}
.AnyTagClassName
{
color: #BCC533;
}
</style>
background-color css
<style>
a { background-color: #BCC533; }
a { background-color: rgb(188,197,51); }
div.DivClassName
{
background-color: #BCC533;
}
.BgClassName
{
background-color: #BCC533;
}
</style>
border-color css
<style>
span { border-color: #BCC533; }
span { border-color: rgb(188,197,51); }
td.TdClassName
{
border-color: #BCC533;
}
.TagClassName
{
border-color: #BCC533;
}
</style>