Shades of Fuego #BDD931
Tints of Fuego #BDD931
RGB
CMYK
RGB Variations
Color information
#BDD931 (or 0xBDD931) is known color: Fuego. HEX triplet: BD, D9 and 31. RGB value is (189,217,49). Sum of RGB (Red+Green+Blue) = 189+217+49=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 49 (19.53% from 255 or 10.77% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD931 is #4226CE. Grayscale: #BEBEBE. Windows color (decimal): -4335311 or 3267005. OLE color: 3267005.
HSL color Cylindrical-coordinate representation of color #BDD931: hue angle of 70º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDD931 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 49 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.15 |
| HSL | 70º | 0.69% | 0.52% | - |
| HSV(B) | 70º | 0.77% | 0.85% | - |
| XYZ | 46.35 | 60.67 | 12.17 | - |
| YUV | 189.48 | 48.72 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 49 | 0.13 | 0 | 0.77 | 0.15 | 70 | 0.69 | 0.52 |
| Hex | BD | D9 | 31 | D | 0 | 4D | F | 46 | 45 | 34 |
| Octal | 275 | 331 | 61 | 15 | 0 | 115 | 17 | 106 | 105 | 64 |
| Binary | 10111101 | 11011001 | 110001 | 1101 | 0 | 1001101 | 1111 | 1000110 | 1000101 | 110100 |
Color Harmonies of #BDD931
Complementary color
Monochromatic Colors of #BDD931
Black with #BDD931
Text Example
Text Example
White with #BDD931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD931; }
p { color: rgb(189,217,49); }
H1.HeaderClassName
{
color: #BDD931;
}
.AnyTagClassName
{
color: #BDD931;
}
</style>
background-color css
<style>
a { background-color: #BDD931; }
a { background-color: rgb(189,217,49); }
div.DivClassName
{
background-color: #BDD931;
}
.BgClassName
{
background-color: #BDD931;
}
</style>
border-color css
<style>
span { border-color: #BDD931; }
span { border-color: rgb(189,217,49); }
td.TdClassName
{
border-color: #BDD931;
}
.TagClassName
{
border-color: #BDD931;
}
</style>