Shades of Fuego #BDD534
Tints of Fuego #BDD534
RGB
CMYK
RGB Variations
Color information
#BDD534 (or 0xBDD534) is known color: Fuego. HEX triplet: BD, D5 and 34. RGB value is (189,213,52). Sum of RGB (Red+Green+Blue) = 189+213+52=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD534 is #422ACB. Grayscale: #BCBCBC. Windows color (decimal): -4336332 or 3462589. OLE color: 3462589.
HSL color Cylindrical-coordinate representation of color #BDD534: hue angle of 68.94º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDD534 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 52 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.16 |
| HSL | 68.94º | 0.66% | 0.52% | - |
| HSV(B) | 68.94º | 0.76% | 0.84% | - |
| XYZ | 45.4 | 58.66 | 12.18 | - |
| YUV | 187.47 | 51.55 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 52 | 0.11 | 0 | 0.76 | 0.16 | 68.94 | 0.66 | 0.52 |
| Hex | BD | D5 | 34 | B | 0 | 4C | 10 | 45 | 42 | 34 |
| Octal | 275 | 325 | 64 | 13 | 0 | 114 | 20 | 105 | 102 | 64 |
| Binary | 10111101 | 11010101 | 110100 | 1011 | 0 | 1001100 | 10000 | 1000101 | 1000010 | 110100 |
Color Harmonies of #BDD534
Complementary color
Monochromatic Colors of #BDD534
Black with #BDD534
Text Example
Text Example
White with #BDD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD534; }
p { color: rgb(189,213,52); }
H1.HeaderClassName
{
color: #BDD534;
}
.AnyTagClassName
{
color: #BDD534;
}
</style>
background-color css
<style>
a { background-color: #BDD534; }
a { background-color: rgb(189,213,52); }
div.DivClassName
{
background-color: #BDD534;
}
.BgClassName
{
background-color: #BDD534;
}
</style>
border-color css
<style>
span { border-color: #BDD534; }
span { border-color: rgb(189,213,52); }
td.TdClassName
{
border-color: #BDD534;
}
.TagClassName
{
border-color: #BDD534;
}
</style>