Shades of Fuego #BDD92D
Tints of Fuego #BDD92D
RGB
CMYK
RGB Variations
Color information
#BDD92D (or 0xBDD92D) is known color: Fuego. HEX triplet: BD, D9 and 2D. RGB value is (189,217,45). Sum of RGB (Red+Green+Blue) = 189+217+45=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD92D is #4226D2. Grayscale: #BDBDBD. Windows color (decimal): -4335315 or 3004861. OLE color: 3004861.
HSL color Cylindrical-coordinate representation of color #BDD92D: hue angle of 69.77º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDD92D is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 45 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.15 |
| HSL | 69.77º | 0.69% | 0.51% | - |
| HSV(B) | 69.77º | 0.79% | 0.85% | - |
| XYZ | 46.27 | 60.63 | 11.75 | - |
| YUV | 189.02 | 46.72 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 45 | 0.13 | 0 | 0.79 | 0.15 | 69.77 | 0.69 | 0.51 |
| Hex | BD | D9 | 2D | D | 0 | 4F | F | 46 | 45 | 33 |
| Octal | 275 | 331 | 55 | 15 | 0 | 117 | 17 | 106 | 105 | 63 |
| Binary | 10111101 | 11011001 | 101101 | 1101 | 0 | 1001111 | 1111 | 1000110 | 1000101 | 110011 |
Color Harmonies of #BDD92D
Complementary color
Monochromatic Colors of #BDD92D
Black with #BDD92D
Text Example
Text Example
White with #BDD92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD92D; }
p { color: rgb(189,217,45); }
H1.HeaderClassName
{
color: #BDD92D;
}
.AnyTagClassName
{
color: #BDD92D;
}
</style>
background-color css
<style>
a { background-color: #BDD92D; }
a { background-color: rgb(189,217,45); }
div.DivClassName
{
background-color: #BDD92D;
}
.BgClassName
{
background-color: #BDD92D;
}
</style>
border-color css
<style>
span { border-color: #BDD92D; }
span { border-color: rgb(189,217,45); }
td.TdClassName
{
border-color: #BDD92D;
}
.TagClassName
{
border-color: #BDD92D;
}
</style>