Shades of Fuego #BDD526
Tints of Fuego #BDD526
RGB
CMYK
RGB Variations
Color information
#BDD526 (or 0xBDD526) is known color: Fuego. HEX triplet: BD, D5 and 26. RGB value is (189,213,38). Sum of RGB (Red+Green+Blue) = 189+213+38=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 38 (15.23% from 255 or 8.64% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD526 is #422AD9. Grayscale: #BABABA. Windows color (decimal): -4336346 or 2545085. OLE color: 2545085.
HSL color Cylindrical-coordinate representation of color #BDD526: hue angle of 68.23º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDD526 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 38 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.16 |
| HSL | 68.23º | 0.7% | 0.49% | - |
| HSV(B) | 68.23º | 0.82% | 0.84% | - |
| XYZ | 45.13 | 58.55 | 10.76 | - |
| YUV | 185.87 | 44.55 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 38 | 0.11 | 0 | 0.82 | 0.16 | 68.23 | 0.7 | 0.49 |
| Hex | BD | D5 | 26 | B | 0 | 52 | 10 | 44 | 46 | 31 |
| Octal | 275 | 325 | 46 | 13 | 0 | 122 | 20 | 104 | 106 | 61 |
| Binary | 10111101 | 11010101 | 100110 | 1011 | 0 | 1010010 | 10000 | 1000100 | 1000110 | 110001 |
Color Harmonies of #BDD526
Complementary color
Monochromatic Colors of #BDD526
Black with #BDD526
Text Example
Text Example
White with #BDD526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD526; }
p { color: rgb(189,213,38); }
H1.HeaderClassName
{
color: #BDD526;
}
.AnyTagClassName
{
color: #BDD526;
}
</style>
background-color css
<style>
a { background-color: #BDD526; }
a { background-color: rgb(189,213,38); }
div.DivClassName
{
background-color: #BDD526;
}
.BgClassName
{
background-color: #BDD526;
}
</style>
border-color css
<style>
span { border-color: #BDD526; }
span { border-color: rgb(189,213,38); }
td.TdClassName
{
border-color: #BDD526;
}
.TagClassName
{
border-color: #BDD526;
}
</style>