Shades of Fuego #BDD92C
Tints of Fuego #BDD92C
RGB
CMYK
RGB Variations
Color information
#BDD92C (or 0xBDD92C) is known color: Fuego. HEX triplet: BD, D9 and 2C. RGB value is (189,217,44). Sum of RGB (Red+Green+Blue) = 189+217+44=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD92C is #4226D3. Grayscale: #BDBDBD. Windows color (decimal): -4335316 or 2939325. OLE color: 2939325.
HSL color Cylindrical-coordinate representation of color #BDD92C: hue angle of 69.71º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDD92C is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 44 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.15 |
| HSL | 69.71º | 0.69% | 0.51% | - |
| HSV(B) | 69.71º | 0.8% | 0.85% | - |
| XYZ | 46.25 | 60.63 | 11.65 | - |
| YUV | 188.91 | 46.22 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 44 | 0.13 | 0 | 0.80 | 0.15 | 69.71 | 0.69 | 0.51 |
| Hex | BD | D9 | 2C | D | 0 | 50 | F | 46 | 45 | 33 |
| Octal | 275 | 331 | 54 | 15 | 0 | 120 | 17 | 106 | 105 | 63 |
| Binary | 10111101 | 11011001 | 101100 | 1101 | 0 | 1010000 | 1111 | 1000110 | 1000101 | 110011 |
Color Harmonies of #BDD92C
Complementary color
Monochromatic Colors of #BDD92C
Black with #BDD92C
Text Example
Text Example
White with #BDD92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD92C; }
p { color: rgb(189,217,44); }
H1.HeaderClassName
{
color: #BDD92C;
}
.AnyTagClassName
{
color: #BDD92C;
}
</style>
background-color css
<style>
a { background-color: #BDD92C; }
a { background-color: rgb(189,217,44); }
div.DivClassName
{
background-color: #BDD92C;
}
.BgClassName
{
background-color: #BDD92C;
}
</style>
border-color css
<style>
span { border-color: #BDD92C; }
span { border-color: rgb(189,217,44); }
td.TdClassName
{
border-color: #BDD92C;
}
.TagClassName
{
border-color: #BDD92C;
}
</style>