Shades of Fuego #BFCC2E
Tints of Fuego #BFCC2E
RGB
CMYK
RGB Variations
Color information
#BFCC2E (or 0xBFCC2E) is known color: Fuego. HEX triplet: BF, CC and 2E. RGB value is (191,204,46). Sum of RGB (Red+Green+Blue) = 191+204+46=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC2E is #4033D1. Grayscale: #B6B6B6. Windows color (decimal): -4207570 or 3067071. OLE color: 3067071.
HSL color Cylindrical-coordinate representation of color #BFCC2E: hue angle of 64.94º 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 #BFCC2E is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 46 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.2 |
| HSL | 64.94º | 0.63% | 0.49% | - |
| HSV(B) | 64.94º | 0.77% | 0.8% | - |
| XYZ | 43.57 | 54.46 | 10.8 | - |
| YUV | 182.1 | 51.19 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 46 | 0.06 | 0 | 0.77 | 0.2 | 64.94 | 0.63 | 0.49 |
| Hex | BF | CC | 2E | 6 | 0 | 4D | 14 | 41 | 3F | 31 |
| Octal | 277 | 314 | 56 | 6 | 0 | 115 | 24 | 101 | 77 | 61 |
| Binary | 10111111 | 11001100 | 101110 | 110 | 0 | 1001101 | 10100 | 1000001 | 111111 | 110001 |
Color Harmonies of #BFCC2E
Complementary color
Monochromatic Colors of #BFCC2E
Black with #BFCC2E
Text Example
Text Example
White with #BFCC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC2E; }
p { color: rgb(191,204,46); }
H1.HeaderClassName
{
color: #BFCC2E;
}
.AnyTagClassName
{
color: #BFCC2E;
}
</style>
background-color css
<style>
a { background-color: #BFCC2E; }
a { background-color: rgb(191,204,46); }
div.DivClassName
{
background-color: #BFCC2E;
}
.BgClassName
{
background-color: #BFCC2E;
}
</style>
border-color css
<style>
span { border-color: #BFCC2E; }
span { border-color: rgb(191,204,46); }
td.TdClassName
{
border-color: #BFCC2E;
}
.TagClassName
{
border-color: #BFCC2E;
}
</style>