Shades of Fuego #BCCF2F
Tints of Fuego #BCCF2F
RGB
CMYK
RGB Variations
Color information
#BCCF2F (or 0xBCCF2F) is known color: Fuego. HEX triplet: BC, CF and 2F. RGB value is (188,207,47). Sum of RGB (Red+Green+Blue) = 188+207+47=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 47 (18.75% from 255 or 10.63% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF2F is #4330D0. Grayscale: #B7B7B7. Windows color (decimal): -4403409 or 3133372. OLE color: 3133372.
HSL color Cylindrical-coordinate representation of color #BCCF2F: hue angle of 67.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCCF2F is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 47 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.19 |
| HSL | 67.13º | 0.63% | 0.5% | - |
| HSV(B) | 67.13º | 0.77% | 0.81% | - |
| XYZ | 43.56 | 55.52 | 11.11 | - |
| YUV | 183.08 | 51.21 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 47 | 0.09 | 0 | 0.77 | 0.19 | 67.13 | 0.63 | 0.5 |
| Hex | BC | CF | 2F | 9 | 0 | 4D | 13 | 43 | 3F | 32 |
| Octal | 274 | 317 | 57 | 11 | 0 | 115 | 23 | 103 | 77 | 62 |
| Binary | 10111100 | 11001111 | 101111 | 1001 | 0 | 1001101 | 10011 | 1000011 | 111111 | 110010 |
Color Harmonies of #BCCF2F
Complementary color
Monochromatic Colors of #BCCF2F
Black with #BCCF2F
Text Example
Text Example
White with #BCCF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF2F; }
p { color: rgb(188,207,47); }
H1.HeaderClassName
{
color: #BCCF2F;
}
.AnyTagClassName
{
color: #BCCF2F;
}
</style>
background-color css
<style>
a { background-color: #BCCF2F; }
a { background-color: rgb(188,207,47); }
div.DivClassName
{
background-color: #BCCF2F;
}
.BgClassName
{
background-color: #BCCF2F;
}
</style>
border-color css
<style>
span { border-color: #BCCF2F; }
span { border-color: rgb(188,207,47); }
td.TdClassName
{
border-color: #BCCF2F;
}
.TagClassName
{
border-color: #BCCF2F;
}
</style>