Shades of Fuego #BDD820
Tints of Fuego #BDD820
RGB
CMYK
RGB Variations
Color information
#BDD820 (or 0xBDD820) is known color: Fuego. HEX triplet: BD, D8 and 20. RGB value is (189,216,32). Sum of RGB (Red+Green+Blue) = 189+216+32=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD820 is #4227DF. Grayscale: #BBBBBB. Windows color (decimal): -4335584 or 2152637. OLE color: 2152637.
HSL color Cylindrical-coordinate representation of color #BDD820: hue angle of 68.8º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDD820 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 32 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.15 |
| HSL | 68.8º | 0.74% | 0.49% | - |
| HSV(B) | 68.8º | 0.85% | 0.85% | - |
| XYZ | 45.8 | 60.03 | 10.54 | - |
| YUV | 186.95 | 40.55 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 32 | 0.12 | 0 | 0.85 | 0.15 | 68.8 | 0.74 | 0.49 |
| Hex | BD | D8 | 20 | C | 0 | 55 | F | 45 | 4A | 31 |
| Octal | 275 | 330 | 40 | 14 | 0 | 125 | 17 | 105 | 112 | 61 |
| Binary | 10111101 | 11011000 | 100000 | 1100 | 0 | 1010101 | 1111 | 1000101 | 1001010 | 110001 |
Color Harmonies of #BDD820
Complementary color
Monochromatic Colors of #BDD820
Black with #BDD820
Text Example
Text Example
White with #BDD820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD820; }
p { color: rgb(189,216,32); }
H1.HeaderClassName
{
color: #BDD820;
}
.AnyTagClassName
{
color: #BDD820;
}
</style>
background-color css
<style>
a { background-color: #BDD820; }
a { background-color: rgb(189,216,32); }
div.DivClassName
{
background-color: #BDD820;
}
.BgClassName
{
background-color: #BDD820;
}
</style>
border-color css
<style>
span { border-color: #BDD820; }
span { border-color: rgb(189,216,32); }
td.TdClassName
{
border-color: #BDD820;
}
.TagClassName
{
border-color: #BDD820;
}
</style>