Shades of Fuego #BDD523
Tints of Fuego #BDD523
RGB
CMYK
RGB Variations
Color information
#BDD523 (or 0xBDD523) is known color: Fuego. HEX triplet: BD, D5 and 23. RGB value is (189,213,35). Sum of RGB (Red+Green+Blue) = 189+213+35=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 35 (14.06% from 255 or 8.01% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD523 is #422ADC. Grayscale: #BABABA. Windows color (decimal): -4336349 or 2348477. OLE color: 2348477.
HSL color Cylindrical-coordinate representation of color #BDD523: hue angle of 68.09º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDD523 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 35 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.16 |
| HSL | 68.09º | 0.72% | 0.49% | - |
| HSV(B) | 68.09º | 0.84% | 0.84% | - |
| XYZ | 45.08 | 58.53 | 10.51 | - |
| YUV | 185.53 | 43.05 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 35 | 0.11 | 0 | 0.84 | 0.16 | 68.09 | 0.72 | 0.49 |
| Hex | BD | D5 | 23 | B | 0 | 54 | 10 | 44 | 48 | 31 |
| Octal | 275 | 325 | 43 | 13 | 0 | 124 | 20 | 104 | 110 | 61 |
| Binary | 10111101 | 11010101 | 100011 | 1011 | 0 | 1010100 | 10000 | 1000100 | 1001000 | 110001 |
Color Harmonies of #BDD523
Complementary color
Monochromatic Colors of #BDD523
Black with #BDD523
Text Example
Text Example
White with #BDD523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD523; }
p { color: rgb(189,213,35); }
H1.HeaderClassName
{
color: #BDD523;
}
.AnyTagClassName
{
color: #BDD523;
}
</style>
background-color css
<style>
a { background-color: #BDD523; }
a { background-color: rgb(189,213,35); }
div.DivClassName
{
background-color: #BDD523;
}
.BgClassName
{
background-color: #BDD523;
}
</style>
border-color css
<style>
span { border-color: #BDD523; }
span { border-color: rgb(189,213,35); }
td.TdClassName
{
border-color: #BDD523;
}
.TagClassName
{
border-color: #BDD523;
}
</style>