Shades of Fuego #BFD32A
Tints of Fuego #BFD32A
RGB
CMYK
RGB Variations
Color information
#BFD32A (or 0xBFD32A) is known color: Fuego. HEX triplet: BF, D3 and 2A. RGB value is (191,211,42). Sum of RGB (Red+Green+Blue) = 191+211+42=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD32A is #402CD5. Grayscale: #BABABA. Windows color (decimal): -4205782 or 2806719. OLE color: 2806719.
HSL color Cylindrical-coordinate representation of color #BFD32A: hue angle of 67.1º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFD32A is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 42 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.17 |
| HSL | 67.1º | 0.67% | 0.5% | - |
| HSV(B) | 67.1º | 0.8% | 0.83% | - |
| XYZ | 45.2 | 57.83 | 10.97 | - |
| YUV | 185.75 | 46.87 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 42 | 0.09 | 0 | 0.80 | 0.17 | 67.1 | 0.67 | 0.5 |
| Hex | BF | D3 | 2A | 9 | 0 | 50 | 11 | 43 | 43 | 32 |
| Octal | 277 | 323 | 52 | 11 | 0 | 120 | 21 | 103 | 103 | 62 |
| Binary | 10111111 | 11010011 | 101010 | 1001 | 0 | 1010000 | 10001 | 1000011 | 1000011 | 110010 |
Color Harmonies of #BFD32A
Complementary color
Monochromatic Colors of #BFD32A
Black with #BFD32A
Text Example
Text Example
White with #BFD32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD32A; }
p { color: rgb(191,211,42); }
H1.HeaderClassName
{
color: #BFD32A;
}
.AnyTagClassName
{
color: #BFD32A;
}
</style>
background-color css
<style>
a { background-color: #BFD32A; }
a { background-color: rgb(191,211,42); }
div.DivClassName
{
background-color: #BFD32A;
}
.BgClassName
{
background-color: #BFD32A;
}
</style>
border-color css
<style>
span { border-color: #BFD32A; }
span { border-color: rgb(191,211,42); }
td.TdClassName
{
border-color: #BFD32A;
}
.TagClassName
{
border-color: #BFD32A;
}
</style>