Shades of Fuego #BDD92F
Tints of Fuego #BDD92F
RGB
CMYK
RGB Variations
Color information
#BDD92F (or 0xBDD92F) is known color: Fuego. HEX triplet: BD, D9 and 2F. RGB value is (189,217,47). Sum of RGB (Red+Green+Blue) = 189+217+47=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 47 (18.75% from 255 or 10.38% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD92F is #4226D0. Grayscale: #BDBDBD. Windows color (decimal): -4335313 or 3135933. OLE color: 3135933.
HSL color Cylindrical-coordinate representation of color #BDD92F: hue angle of 69.88º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDD92F is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 47 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.15 |
| HSL | 69.88º | 0.69% | 0.52% | - |
| HSV(B) | 69.88º | 0.78% | 0.85% | - |
| XYZ | 46.31 | 60.65 | 11.95 | - |
| YUV | 189.25 | 47.72 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 47 | 0.13 | 0 | 0.78 | 0.15 | 69.88 | 0.69 | 0.52 |
| Hex | BD | D9 | 2F | D | 0 | 4E | F | 46 | 45 | 34 |
| Octal | 275 | 331 | 57 | 15 | 0 | 116 | 17 | 106 | 105 | 64 |
| Binary | 10111101 | 11011001 | 101111 | 1101 | 0 | 1001110 | 1111 | 1000110 | 1000101 | 110100 |
Color Harmonies of #BDD92F
Complementary color
Monochromatic Colors of #BDD92F
Black with #BDD92F
Text Example
Text Example
White with #BDD92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD92F; }
p { color: rgb(189,217,47); }
H1.HeaderClassName
{
color: #BDD92F;
}
.AnyTagClassName
{
color: #BDD92F;
}
</style>
background-color css
<style>
a { background-color: #BDD92F; }
a { background-color: rgb(189,217,47); }
div.DivClassName
{
background-color: #BDD92F;
}
.BgClassName
{
background-color: #BDD92F;
}
</style>
border-color css
<style>
span { border-color: #BDD92F; }
span { border-color: rgb(189,217,47); }
td.TdClassName
{
border-color: #BDD92F;
}
.TagClassName
{
border-color: #BDD92F;
}
</style>