Shades of Fuego #BCCB3C
Tints of Fuego #BCCB3C
RGB
CMYK
RGB Variations
Color information
#BCCB3C (or 0xBCCB3C) is known color: Fuego. HEX triplet: BC, CB and 3C. RGB value is (188,203,60). Sum of RGB (Red+Green+Blue) = 188+203+60=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB3C is #4334C3. Grayscale: #B6B6B6. Windows color (decimal): -4404420 or 3984316. OLE color: 3984316.
HSL color Cylindrical-coordinate representation of color #BCCB3C: hue angle of 66.29º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCCB3C is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 60 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.20 |
| HSL | 66.29º | 0.58% | 0.52% | - |
| HSV(B) | 66.29º | 0.7% | 0.8% | - |
| XYZ | 42.91 | 53.73 | 12.38 | - |
| YUV | 182.21 | 59.03 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 60 | 0.07 | 0 | 0.70 | 0.20 | 66.29 | 0.58 | 0.52 |
| Hex | BC | CB | 3C | 7 | 0 | 46 | 14 | 42 | 3A | 34 |
| Octal | 274 | 313 | 74 | 7 | 0 | 106 | 24 | 102 | 72 | 64 |
| Binary | 10111100 | 11001011 | 111100 | 111 | 0 | 1000110 | 10100 | 1000010 | 111010 | 110100 |
Color Harmonies of #BCCB3C
Complementary color
Monochromatic Colors of #BCCB3C
Black with #BCCB3C
Text Example
Text Example
White with #BCCB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB3C; }
p { color: rgb(188,203,60); }
H1.HeaderClassName
{
color: #BCCB3C;
}
.AnyTagClassName
{
color: #BCCB3C;
}
</style>
background-color css
<style>
a { background-color: #BCCB3C; }
a { background-color: rgb(188,203,60); }
div.DivClassName
{
background-color: #BCCB3C;
}
.BgClassName
{
background-color: #BCCB3C;
}
</style>
border-color css
<style>
span { border-color: #BCCB3C; }
span { border-color: rgb(188,203,60); }
td.TdClassName
{
border-color: #BCCB3C;
}
.TagClassName
{
border-color: #BCCB3C;
}
</style>