Shades of Fuego #BDC032
Tints of Fuego #BDC032
RGB
CMYK
RGB Variations
Color information
#BDC032 (or 0xBDC032) is known color: Fuego. HEX triplet: BD, C0 and 32. RGB value is (189,192,50). Sum of RGB (Red+Green+Blue) = 189+192+50=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC032 is #423FCD. Grayscale: #AFAFAF. Windows color (decimal): -4341710 or 3326141. OLE color: 3326141.
HSL color Cylindrical-coordinate representation of color #BDC032: hue angle of 61.27º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDC032 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 50 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.25 |
| HSL | 61.27º | 0.59% | 0.47% | - |
| HSV(B) | 61.27º | 0.74% | 0.75% | - |
| XYZ | 40.41 | 48.75 | 10.3 | - |
| YUV | 174.92 | 57.51 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 50 | 0.02 | 0 | 0.74 | 0.25 | 61.27 | 0.59 | 0.47 |
| Hex | BD | C0 | 32 | 2 | 0 | 4A | 19 | 3D | 3B | 2F |
| Octal | 275 | 300 | 62 | 2 | 0 | 112 | 31 | 75 | 73 | 57 |
| Binary | 10111101 | 11000000 | 110010 | 10 | 0 | 1001010 | 11001 | 111101 | 111011 | 101111 |
Color Harmonies of #BDC032
Complementary color
Monochromatic Colors of #BDC032
Black with #BDC032
Text Example
Text Example
White with #BDC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC032; }
p { color: rgb(189,192,50); }
H1.HeaderClassName
{
color: #BDC032;
}
.AnyTagClassName
{
color: #BDC032;
}
</style>
background-color css
<style>
a { background-color: #BDC032; }
a { background-color: rgb(189,192,50); }
div.DivClassName
{
background-color: #BDC032;
}
.BgClassName
{
background-color: #BDC032;
}
</style>
border-color css
<style>
span { border-color: #BDC032; }
span { border-color: rgb(189,192,50); }
td.TdClassName
{
border-color: #BDC032;
}
.TagClassName
{
border-color: #BDC032;
}
</style>