Shades of Fuego #BCCB2C
Tints of Fuego #BCCB2C
RGB
CMYK
RGB Variations
Color information
#BCCB2C (or 0xBCCB2C) is known color: Fuego. HEX triplet: BC, CB and 2C. RGB value is (188,203,44). Sum of RGB (Red+Green+Blue) = 188+203+44=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB2C is #4334D3. Grayscale: #B5B5B5. Windows color (decimal): -4404436 or 2935740. OLE color: 2935740.
HSL color Cylindrical-coordinate representation of color #BCCB2C: hue angle of 65.66º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCCB2C is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 44 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.20 |
| HSL | 65.66º | 0.64% | 0.48% | - |
| HSV(B) | 65.66º | 0.78% | 0.8% | - |
| XYZ | 42.55 | 53.59 | 10.48 | - |
| YUV | 180.39 | 51.03 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 44 | 0.07 | 0 | 0.78 | 0.20 | 65.66 | 0.64 | 0.48 |
| Hex | BC | CB | 2C | 7 | 0 | 4E | 14 | 42 | 40 | 30 |
| Octal | 274 | 313 | 54 | 7 | 0 | 116 | 24 | 102 | 100 | 60 |
| Binary | 10111100 | 11001011 | 101100 | 111 | 0 | 1001110 | 10100 | 1000010 | 1000000 | 110000 |
Color Harmonies of #BCCB2C
Complementary color
Monochromatic Colors of #BCCB2C
Black with #BCCB2C
Text Example
Text Example
White with #BCCB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB2C; }
p { color: rgb(188,203,44); }
H1.HeaderClassName
{
color: #BCCB2C;
}
.AnyTagClassName
{
color: #BCCB2C;
}
</style>
background-color css
<style>
a { background-color: #BCCB2C; }
a { background-color: rgb(188,203,44); }
div.DivClassName
{
background-color: #BCCB2C;
}
.BgClassName
{
background-color: #BCCB2C;
}
</style>
border-color css
<style>
span { border-color: #BCCB2C; }
span { border-color: rgb(188,203,44); }
td.TdClassName
{
border-color: #BCCB2C;
}
.TagClassName
{
border-color: #BCCB2C;
}
</style>