Shades of Fuego #BDC232
Tints of Fuego #BDC232
RGB
CMYK
RGB Variations
Color information
#BDC232 (or 0xBDC232) is known color: Fuego. HEX triplet: BD, C2 and 32. RGB value is (189,194,50). Sum of RGB (Red+Green+Blue) = 189+194+50=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC232 is #423DCD. Grayscale: #B0B0B0. Windows color (decimal): -4341198 or 3326653. OLE color: 3326653.
HSL color Cylindrical-coordinate representation of color #BDC232: hue angle of 62.08º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDC232 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 50 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.24 |
| HSL | 62.08º | 0.59% | 0.48% | - |
| HSV(B) | 62.08º | 0.74% | 0.76% | - |
| XYZ | 40.85 | 49.63 | 10.44 | - |
| YUV | 176.09 | 56.84 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 50 | 0.03 | 0 | 0.74 | 0.24 | 62.08 | 0.59 | 0.48 |
| Hex | BD | C2 | 32 | 3 | 0 | 4A | 18 | 3E | 3B | 30 |
| Octal | 275 | 302 | 62 | 3 | 0 | 112 | 30 | 76 | 73 | 60 |
| Binary | 10111101 | 11000010 | 110010 | 11 | 0 | 1001010 | 11000 | 111110 | 111011 | 110000 |
Color Harmonies of #BDC232
Complementary color
Monochromatic Colors of #BDC232
Black with #BDC232
Text Example
Text Example
White with #BDC232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC232; }
p { color: rgb(189,194,50); }
H1.HeaderClassName
{
color: #BDC232;
}
.AnyTagClassName
{
color: #BDC232;
}
</style>
background-color css
<style>
a { background-color: #BDC232; }
a { background-color: rgb(189,194,50); }
div.DivClassName
{
background-color: #BDC232;
}
.BgClassName
{
background-color: #BDC232;
}
</style>
border-color css
<style>
span { border-color: #BDC232; }
span { border-color: rgb(189,194,50); }
td.TdClassName
{
border-color: #BDC232;
}
.TagClassName
{
border-color: #BDC232;
}
</style>