Shades of Fuego #BCCB3A
Tints of Fuego #BCCB3A
RGB
CMYK
RGB Variations
Color information
#BCCB3A (or 0xBCCB3A) is known color: Fuego. HEX triplet: BC, CB and 3A. RGB value is (188,203,58). Sum of RGB (Red+Green+Blue) = 188+203+58=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB3A is #4334C5. Grayscale: #B6B6B6. Windows color (decimal): -4404422 or 3853244. OLE color: 3853244.
HSL color Cylindrical-coordinate representation of color #BCCB3A: hue angle of 66.21º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCCB3A is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 58 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.20 |
| HSL | 66.21º | 0.58% | 0.51% | - |
| HSV(B) | 66.21º | 0.71% | 0.8% | - |
| XYZ | 42.86 | 53.71 | 12.11 | - |
| YUV | 181.99 | 58.03 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 58 | 0.07 | 0 | 0.71 | 0.20 | 66.21 | 0.58 | 0.51 |
| Hex | BC | CB | 3A | 7 | 0 | 47 | 14 | 42 | 3A | 33 |
| Octal | 274 | 313 | 72 | 7 | 0 | 107 | 24 | 102 | 72 | 63 |
| Binary | 10111100 | 11001011 | 111010 | 111 | 0 | 1000111 | 10100 | 1000010 | 111010 | 110011 |
Color Harmonies of #BCCB3A
Complementary color
Monochromatic Colors of #BCCB3A
Black with #BCCB3A
Text Example
Text Example
White with #BCCB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB3A; }
p { color: rgb(188,203,58); }
H1.HeaderClassName
{
color: #BCCB3A;
}
.AnyTagClassName
{
color: #BCCB3A;
}
</style>
background-color css
<style>
a { background-color: #BCCB3A; }
a { background-color: rgb(188,203,58); }
div.DivClassName
{
background-color: #BCCB3A;
}
.BgClassName
{
background-color: #BCCB3A;
}
</style>
border-color css
<style>
span { border-color: #BCCB3A; }
span { border-color: rgb(188,203,58); }
td.TdClassName
{
border-color: #BCCB3A;
}
.TagClassName
{
border-color: #BCCB3A;
}
</style>