Shades of Fuego #BCCC2F
Tints of Fuego #BCCC2F
RGB
CMYK
RGB Variations
Color information
#BCCC2F (or 0xBCCC2F) is known color: Fuego. HEX triplet: BC, CC and 2F. RGB value is (188,204,47). Sum of RGB (Red+Green+Blue) = 188+204+47=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC2F is #4333D0. Grayscale: #B5B5B5. Windows color (decimal): -4404177 or 3132604. OLE color: 3132604.
HSL color Cylindrical-coordinate representation of color #BCCC2F: hue angle of 66.11º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCCC2F is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 47 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.2 |
| HSL | 66.11º | 0.63% | 0.49% | - |
| HSV(B) | 66.11º | 0.77% | 0.8% | - |
| XYZ | 42.84 | 54.08 | 10.87 | - |
| YUV | 181.32 | 52.2 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 47 | 0.08 | 0 | 0.77 | 0.2 | 66.11 | 0.63 | 0.49 |
| Hex | BC | CC | 2F | 8 | 0 | 4D | 14 | 42 | 3F | 31 |
| Octal | 274 | 314 | 57 | 10 | 0 | 115 | 24 | 102 | 77 | 61 |
| Binary | 10111100 | 11001100 | 101111 | 1000 | 0 | 1001101 | 10100 | 1000010 | 111111 | 110001 |
Color Harmonies of #BCCC2F
Complementary color
Monochromatic Colors of #BCCC2F
Black with #BCCC2F
Text Example
Text Example
White with #BCCC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC2F; }
p { color: rgb(188,204,47); }
H1.HeaderClassName
{
color: #BCCC2F;
}
.AnyTagClassName
{
color: #BCCC2F;
}
</style>
background-color css
<style>
a { background-color: #BCCC2F; }
a { background-color: rgb(188,204,47); }
div.DivClassName
{
background-color: #BCCC2F;
}
.BgClassName
{
background-color: #BCCC2F;
}
</style>
border-color css
<style>
span { border-color: #BCCC2F; }
span { border-color: rgb(188,204,47); }
td.TdClassName
{
border-color: #BCCC2F;
}
.TagClassName
{
border-color: #BCCC2F;
}
</style>