Shades of Fuego #BCCB2B
Tints of Fuego #BCCB2B
RGB
CMYK
RGB Variations
Color information
#BCCB2B (or 0xBCCB2B) is known color: Fuego. HEX triplet: BC, CB and 2B. RGB value is (188,203,43). Sum of RGB (Red+Green+Blue) = 188+203+43=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB2B is #4334D4. Grayscale: #B4B4B4. Windows color (decimal): -4404437 or 2870204. OLE color: 2870204.
HSL color Cylindrical-coordinate representation of color #BCCB2B: hue angle of 65.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCCB2B is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 43 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.20 |
| HSL | 65.63º | 0.65% | 0.48% | - |
| HSV(B) | 65.63º | 0.79% | 0.8% | - |
| XYZ | 42.53 | 53.58 | 10.39 | - |
| YUV | 180.28 | 50.53 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 43 | 0.07 | 0 | 0.79 | 0.20 | 65.63 | 0.65 | 0.48 |
| Hex | BC | CB | 2B | 7 | 0 | 4F | 14 | 42 | 41 | 30 |
| Octal | 274 | 313 | 53 | 7 | 0 | 117 | 24 | 102 | 101 | 60 |
| Binary | 10111100 | 11001011 | 101011 | 111 | 0 | 1001111 | 10100 | 1000010 | 1000001 | 110000 |
Color Harmonies of #BCCB2B
Complementary color
Monochromatic Colors of #BCCB2B
Black with #BCCB2B
Text Example
Text Example
White with #BCCB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB2B; }
p { color: rgb(188,203,43); }
H1.HeaderClassName
{
color: #BCCB2B;
}
.AnyTagClassName
{
color: #BCCB2B;
}
</style>
background-color css
<style>
a { background-color: #BCCB2B; }
a { background-color: rgb(188,203,43); }
div.DivClassName
{
background-color: #BCCB2B;
}
.BgClassName
{
background-color: #BCCB2B;
}
</style>
border-color css
<style>
span { border-color: #BCCB2B; }
span { border-color: rgb(188,203,43); }
td.TdClassName
{
border-color: #BCCB2B;
}
.TagClassName
{
border-color: #BCCB2B;
}
</style>