Shades of Fuego #BDD126
Tints of Fuego #BDD126
RGB
CMYK
RGB Variations
Color information
#BDD126 (or 0xBDD126) is known color: Fuego. HEX triplet: BD, D1 and 26. RGB value is (189,209,38). Sum of RGB (Red+Green+Blue) = 189+209+38=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 38 (15.23% from 255 or 8.72% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD126 is #422ED9. Grayscale: #B8B8B8. Windows color (decimal): -4337370 or 2544061. OLE color: 2544061.
HSL color Cylindrical-coordinate representation of color #BDD126: hue angle of 67.02º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDD126 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 38 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.18 |
| HSL | 67.02º | 0.69% | 0.48% | - |
| HSV(B) | 67.02º | 0.82% | 0.82% | - |
| XYZ | 44.14 | 56.56 | 10.42 | - |
| YUV | 183.53 | 45.87 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 38 | 0.10 | 0 | 0.82 | 0.18 | 67.02 | 0.69 | 0.48 |
| Hex | BD | D1 | 26 | A | 0 | 52 | 12 | 43 | 45 | 30 |
| Octal | 275 | 321 | 46 | 12 | 0 | 122 | 22 | 103 | 105 | 60 |
| Binary | 10111101 | 11010001 | 100110 | 1010 | 0 | 1010010 | 10010 | 1000011 | 1000101 | 110000 |
Color Harmonies of #BDD126
Complementary color
Monochromatic Colors of #BDD126
Black with #BDD126
Text Example
Text Example
White with #BDD126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD126; }
p { color: rgb(189,209,38); }
H1.HeaderClassName
{
color: #BDD126;
}
.AnyTagClassName
{
color: #BDD126;
}
</style>
background-color css
<style>
a { background-color: #BDD126; }
a { background-color: rgb(189,209,38); }
div.DivClassName
{
background-color: #BDD126;
}
.BgClassName
{
background-color: #BDD126;
}
</style>
border-color css
<style>
span { border-color: #BDD126; }
span { border-color: rgb(189,209,38); }
td.TdClassName
{
border-color: #BDD126;
}
.TagClassName
{
border-color: #BDD126;
}
</style>