Shades of Fuego #BDC532
Tints of Fuego #BDC532
RGB
CMYK
RGB Variations
Color information
#BDC532 (or 0xBDC532) is known color: Fuego. HEX triplet: BD, C5 and 32. RGB value is (189,197,50). Sum of RGB (Red+Green+Blue) = 189+197+50=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC532 is #423ACD. Grayscale: #B2B2B2. Windows color (decimal): -4340430 or 3327421. OLE color: 3327421.
HSL color Cylindrical-coordinate representation of color #BDC532: hue angle of 63.27º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDC532 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 50 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.23 |
| HSL | 63.27º | 0.6% | 0.48% | - |
| HSV(B) | 63.27º | 0.75% | 0.77% | - |
| XYZ | 41.53 | 50.98 | 10.67 | - |
| YUV | 177.85 | 55.85 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 50 | 0.04 | 0 | 0.75 | 0.23 | 63.27 | 0.6 | 0.48 |
| Hex | BD | C5 | 32 | 4 | 0 | 4B | 17 | 3F | 3C | 30 |
| Octal | 275 | 305 | 62 | 4 | 0 | 113 | 27 | 77 | 74 | 60 |
| Binary | 10111101 | 11000101 | 110010 | 100 | 0 | 1001011 | 10111 | 111111 | 111100 | 110000 |
Color Harmonies of #BDC532
Complementary color
Monochromatic Colors of #BDC532
Black with #BDC532
Text Example
Text Example
White with #BDC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC532; }
p { color: rgb(189,197,50); }
H1.HeaderClassName
{
color: #BDC532;
}
.AnyTagClassName
{
color: #BDC532;
}
</style>
background-color css
<style>
a { background-color: #BDC532; }
a { background-color: rgb(189,197,50); }
div.DivClassName
{
background-color: #BDC532;
}
.BgClassName
{
background-color: #BDC532;
}
</style>
border-color css
<style>
span { border-color: #BDC532; }
span { border-color: rgb(189,197,50); }
td.TdClassName
{
border-color: #BDC532;
}
.TagClassName
{
border-color: #BDC532;
}
</style>