Shades of Fuego #BFC62D
Tints of Fuego #BFC62D
RGB
CMYK
RGB Variations
Color information
#BFC62D (or 0xBFC62D) is known color: Fuego. HEX triplet: BF, C6 and 2D. RGB value is (191,198,45). Sum of RGB (Red+Green+Blue) = 191+198+45=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC62D is #4039D2. Grayscale: #B3B3B3. Windows color (decimal): -4209107 or 2999999. OLE color: 2999999.
HSL color Cylindrical-coordinate representation of color #BFC62D: hue angle of 62.75º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFC62D is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 45 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.22 |
| HSL | 62.75º | 0.63% | 0.48% | - |
| HSV(B) | 62.75º | 0.77% | 0.78% | - |
| XYZ | 42.15 | 51.65 | 10.23 | - |
| YUV | 178.47 | 52.68 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 45 | 0.04 | 0 | 0.77 | 0.22 | 62.75 | 0.63 | 0.48 |
| Hex | BF | C6 | 2D | 4 | 0 | 4D | 16 | 3F | 3F | 30 |
| Octal | 277 | 306 | 55 | 4 | 0 | 115 | 26 | 77 | 77 | 60 |
| Binary | 10111111 | 11000110 | 101101 | 100 | 0 | 1001101 | 10110 | 111111 | 111111 | 110000 |
Color Harmonies of #BFC62D
Complementary color
Monochromatic Colors of #BFC62D
Black with #BFC62D
Text Example
Text Example
White with #BFC62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC62D; }
p { color: rgb(191,198,45); }
H1.HeaderClassName
{
color: #BFC62D;
}
.AnyTagClassName
{
color: #BFC62D;
}
</style>
background-color css
<style>
a { background-color: #BFC62D; }
a { background-color: rgb(191,198,45); }
div.DivClassName
{
background-color: #BFC62D;
}
.BgClassName
{
background-color: #BFC62D;
}
</style>
border-color css
<style>
span { border-color: #BFC62D; }
span { border-color: rgb(191,198,45); }
td.TdClassName
{
border-color: #BFC62D;
}
.TagClassName
{
border-color: #BFC62D;
}
</style>