Shades of Fuego #BCCC2B
Tints of Fuego #BCCC2B
RGB
CMYK
RGB Variations
Color information
#BCCC2B (or 0xBCCC2B) is known color: Fuego. HEX triplet: BC, CC and 2B. RGB value is (188,204,43). Sum of RGB (Red+Green+Blue) = 188+204+43=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC2B is #4333D4. Grayscale: #B5B5B5. Windows color (decimal): -4404181 or 2870460. OLE color: 2870460.
HSL color Cylindrical-coordinate representation of color #BCCC2B: hue angle of 65.96º 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 #BCCC2B is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 43 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.2 |
| HSL | 65.96º | 0.65% | 0.48% | - |
| HSV(B) | 65.96º | 0.79% | 0.8% | - |
| XYZ | 42.77 | 54.05 | 10.46 | - |
| YUV | 180.86 | 50.2 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 43 | 0.08 | 0 | 0.79 | 0.2 | 65.96 | 0.65 | 0.48 |
| Hex | BC | CC | 2B | 8 | 0 | 4F | 14 | 42 | 41 | 30 |
| Octal | 274 | 314 | 53 | 10 | 0 | 117 | 24 | 102 | 101 | 60 |
| Binary | 10111100 | 11001100 | 101011 | 1000 | 0 | 1001111 | 10100 | 1000010 | 1000001 | 110000 |
Color Harmonies of #BCCC2B
Complementary color
Monochromatic Colors of #BCCC2B
Black with #BCCC2B
Text Example
Text Example
White with #BCCC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC2B; }
p { color: rgb(188,204,43); }
H1.HeaderClassName
{
color: #BCCC2B;
}
.AnyTagClassName
{
color: #BCCC2B;
}
</style>
background-color css
<style>
a { background-color: #BCCC2B; }
a { background-color: rgb(188,204,43); }
div.DivClassName
{
background-color: #BCCC2B;
}
.BgClassName
{
background-color: #BCCC2B;
}
</style>
border-color css
<style>
span { border-color: #BCCC2B; }
span { border-color: rgb(188,204,43); }
td.TdClassName
{
border-color: #BCCC2B;
}
.TagClassName
{
border-color: #BCCC2B;
}
</style>