Shades of Fuego #BCCB36
Tints of Fuego #BCCB36
RGB
CMYK
RGB Variations
Color information
#BCCB36 (or 0xBCCB36) is known color: Fuego. HEX triplet: BC, CB and 36. RGB value is (188,203,54). Sum of RGB (Red+Green+Blue) = 188+203+54=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB36 is #4334C9. Grayscale: #B6B6B6. Windows color (decimal): -4404426 or 3591100. OLE color: 3591100.
HSL color Cylindrical-coordinate representation of color #BCCB36: hue angle of 66.04º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCCB36 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 54 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.20 |
| HSL | 66.04º | 0.59% | 0.5% | - |
| HSV(B) | 66.04º | 0.73% | 0.8% | - |
| XYZ | 42.76 | 53.67 | 11.6 | - |
| YUV | 181.53 | 56.03 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 54 | 0.07 | 0 | 0.73 | 0.20 | 66.04 | 0.59 | 0.5 |
| Hex | BC | CB | 36 | 7 | 0 | 49 | 14 | 42 | 3B | 32 |
| Octal | 274 | 313 | 66 | 7 | 0 | 111 | 24 | 102 | 73 | 62 |
| Binary | 10111100 | 11001011 | 110110 | 111 | 0 | 1001001 | 10100 | 1000010 | 111011 | 110010 |
Color Harmonies of #BCCB36
Complementary color
Monochromatic Colors of #BCCB36
Black with #BCCB36
Text Example
Text Example
White with #BCCB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB36; }
p { color: rgb(188,203,54); }
H1.HeaderClassName
{
color: #BCCB36;
}
.AnyTagClassName
{
color: #BCCB36;
}
</style>
background-color css
<style>
a { background-color: #BCCB36; }
a { background-color: rgb(188,203,54); }
div.DivClassName
{
background-color: #BCCB36;
}
.BgClassName
{
background-color: #BCCB36;
}
</style>
border-color css
<style>
span { border-color: #BCCB36; }
span { border-color: rgb(188,203,54); }
td.TdClassName
{
border-color: #BCCB36;
}
.TagClassName
{
border-color: #BCCB36;
}
</style>