Shades of Fuego #BDD026
Tints of Fuego #BDD026
RGB
CMYK
RGB Variations
Color information
#BDD026 (or 0xBDD026) is known color: Fuego. HEX triplet: BD, D0 and 26. RGB value is (189,208,38). Sum of RGB (Red+Green+Blue) = 189+208+38=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 38 (15.23% from 255 or 8.74% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD026 is #422FD9. Grayscale: #B7B7B7. Windows color (decimal): -4337626 or 2543805. OLE color: 2543805.
HSL color Cylindrical-coordinate representation of color #BDD026: hue angle of 66.71º 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 #BDD026 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 38 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.18 |
| HSL | 66.71º | 0.69% | 0.48% | - |
| HSV(B) | 66.71º | 0.82% | 0.82% | - |
| XYZ | 43.89 | 56.07 | 10.34 | - |
| YUV | 182.94 | 46.21 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 38 | 0.09 | 0 | 0.82 | 0.18 | 66.71 | 0.69 | 0.48 |
| Hex | BD | D0 | 26 | 9 | 0 | 52 | 12 | 43 | 45 | 30 |
| Octal | 275 | 320 | 46 | 11 | 0 | 122 | 22 | 103 | 105 | 60 |
| Binary | 10111101 | 11010000 | 100110 | 1001 | 0 | 1010010 | 10010 | 1000011 | 1000101 | 110000 |
Color Harmonies of #BDD026
Complementary color
Monochromatic Colors of #BDD026
Black with #BDD026
Text Example
Text Example
White with #BDD026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD026; }
p { color: rgb(189,208,38); }
H1.HeaderClassName
{
color: #BDD026;
}
.AnyTagClassName
{
color: #BDD026;
}
</style>
background-color css
<style>
a { background-color: #BDD026; }
a { background-color: rgb(189,208,38); }
div.DivClassName
{
background-color: #BDD026;
}
.BgClassName
{
background-color: #BDD026;
}
</style>
border-color css
<style>
span { border-color: #BDD026; }
span { border-color: rgb(189,208,38); }
td.TdClassName
{
border-color: #BDD026;
}
.TagClassName
{
border-color: #BDD026;
}
</style>