Shades of Fuego #BDC231
Tints of Fuego #BDC231
RGB
CMYK
RGB Variations
Color information
#BDC231 (or 0xBDC231) is known color: Fuego. HEX triplet: BD, C2 and 31. RGB value is (189,194,49). Sum of RGB (Red+Green+Blue) = 189+194+49=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 49 (19.53% from 255 or 11.34% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC231 is #423DCE. Grayscale: #B0B0B0. Windows color (decimal): -4341199 or 3261117. OLE color: 3261117.
HSL color Cylindrical-coordinate representation of color #BDC231: hue angle of 62.07º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDC231 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 49 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.24 |
| HSL | 62.07º | 0.6% | 0.48% | - |
| HSV(B) | 62.07º | 0.75% | 0.76% | - |
| XYZ | 40.83 | 49.62 | 10.33 | - |
| YUV | 175.98 | 56.34 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 49 | 0.03 | 0 | 0.75 | 0.24 | 62.07 | 0.6 | 0.48 |
| Hex | BD | C2 | 31 | 3 | 0 | 4B | 18 | 3E | 3C | 30 |
| Octal | 275 | 302 | 61 | 3 | 0 | 113 | 30 | 76 | 74 | 60 |
| Binary | 10111101 | 11000010 | 110001 | 11 | 0 | 1001011 | 11000 | 111110 | 111100 | 110000 |
Color Harmonies of #BDC231
Complementary color
Monochromatic Colors of #BDC231
Black with #BDC231
Text Example
Text Example
White with #BDC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC231; }
p { color: rgb(189,194,49); }
H1.HeaderClassName
{
color: #BDC231;
}
.AnyTagClassName
{
color: #BDC231;
}
</style>
background-color css
<style>
a { background-color: #BDC231; }
a { background-color: rgb(189,194,49); }
div.DivClassName
{
background-color: #BDC231;
}
.BgClassName
{
background-color: #BDC231;
}
</style>
border-color css
<style>
span { border-color: #BDC231; }
span { border-color: rgb(189,194,49); }
td.TdClassName
{
border-color: #BDC231;
}
.TagClassName
{
border-color: #BDC231;
}
</style>