Shades of Fuego #BDD134
Tints of Fuego #BDD134
RGB
CMYK
RGB Variations
Color information
#BDD134 (or 0xBDD134) is known color: Fuego. HEX triplet: BD, D1 and 34. RGB value is (189,209,52). Sum of RGB (Red+Green+Blue) = 189+209+52=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD134 is #422ECB. Grayscale: #B9B9B9. Windows color (decimal): -4337356 or 3461565. OLE color: 3461565.
HSL color Cylindrical-coordinate representation of color #BDD134: hue angle of 67.64º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDD134 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 52 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.18 |
| HSL | 67.64º | 0.63% | 0.51% | - |
| HSV(B) | 67.64º | 0.75% | 0.82% | - |
| XYZ | 44.41 | 56.67 | 11.85 | - |
| YUV | 185.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 52 | 0.10 | 0 | 0.75 | 0.18 | 67.64 | 0.63 | 0.51 |
| Hex | BD | D1 | 34 | A | 0 | 4B | 12 | 44 | 3F | 33 |
| Octal | 275 | 321 | 64 | 12 | 0 | 113 | 22 | 104 | 77 | 63 |
| Binary | 10111101 | 11010001 | 110100 | 1010 | 0 | 1001011 | 10010 | 1000100 | 111111 | 110011 |
Color Harmonies of #BDD134
Complementary color
Monochromatic Colors of #BDD134
Black with #BDD134
Text Example
Text Example
White with #BDD134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD134; }
p { color: rgb(189,209,52); }
H1.HeaderClassName
{
color: #BDD134;
}
.AnyTagClassName
{
color: #BDD134;
}
</style>
background-color css
<style>
a { background-color: #BDD134; }
a { background-color: rgb(189,209,52); }
div.DivClassName
{
background-color: #BDD134;
}
.BgClassName
{
background-color: #BDD134;
}
</style>
border-color css
<style>
span { border-color: #BDD134; }
span { border-color: rgb(189,209,52); }
td.TdClassName
{
border-color: #BDD134;
}
.TagClassName
{
border-color: #BDD134;
}
</style>