Shades of Fuego #BDD032
Tints of Fuego #BDD032
RGB
CMYK
RGB Variations
Color information
#BDD032 (or 0xBDD032) is known color: Fuego. HEX triplet: BD, D0 and 32. RGB value is (189,208,50). Sum of RGB (Red+Green+Blue) = 189+208+50=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD032 is #422FCD. Grayscale: #B8B8B8. Windows color (decimal): -4337614 or 3330237. OLE color: 3330237.
HSL color Cylindrical-coordinate representation of color #BDD032: hue angle of 67.22º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDD032 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 50 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.18 |
| HSL | 67.22º | 0.63% | 0.51% | - |
| HSV(B) | 67.22º | 0.76% | 0.82% | - |
| XYZ | 44.12 | 56.16 | 11.53 | - |
| YUV | 184.31 | 52.21 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 50 | 0.09 | 0 | 0.76 | 0.18 | 67.22 | 0.63 | 0.51 |
| Hex | BD | D0 | 32 | 9 | 0 | 4C | 12 | 43 | 3F | 33 |
| Octal | 275 | 320 | 62 | 11 | 0 | 114 | 22 | 103 | 77 | 63 |
| Binary | 10111101 | 11010000 | 110010 | 1001 | 0 | 1001100 | 10010 | 1000011 | 111111 | 110011 |
Color Harmonies of #BDD032
Complementary color
Monochromatic Colors of #BDD032
Black with #BDD032
Text Example
Text Example
White with #BDD032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD032; }
p { color: rgb(189,208,50); }
H1.HeaderClassName
{
color: #BDD032;
}
.AnyTagClassName
{
color: #BDD032;
}
</style>
background-color css
<style>
a { background-color: #BDD032; }
a { background-color: rgb(189,208,50); }
div.DivClassName
{
background-color: #BDD032;
}
.BgClassName
{
background-color: #BDD032;
}
</style>
border-color css
<style>
span { border-color: #BDD032; }
span { border-color: rgb(189,208,50); }
td.TdClassName
{
border-color: #BDD032;
}
.TagClassName
{
border-color: #BDD032;
}
</style>