Shades of Fuego #BDC831
Tints of Fuego #BDC831
RGB
CMYK
RGB Variations
Color information
#BDC831 (or 0xBDC831) is known color: Fuego. HEX triplet: BD, C8 and 31. RGB value is (189,200,49). Sum of RGB (Red+Green+Blue) = 189+200+49=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC831 is #4237CE. Grayscale: #B4B4B4. Windows color (decimal): -4339663 or 3262653. OLE color: 3262653.
HSL color Cylindrical-coordinate representation of color #BDC831: hue angle of 64.37º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDC831 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 49 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.22 |
| HSL | 64.37º | 0.61% | 0.49% | - |
| HSV(B) | 64.37º | 0.76% | 0.78% | - |
| XYZ | 42.19 | 52.35 | 10.79 | - |
| YUV | 179.5 | 54.36 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 49 | 0.06 | 0 | 0.76 | 0.22 | 64.37 | 0.61 | 0.49 |
| Hex | BD | C8 | 31 | 6 | 0 | 4C | 16 | 40 | 3D | 31 |
| Octal | 275 | 310 | 61 | 6 | 0 | 114 | 26 | 100 | 75 | 61 |
| Binary | 10111101 | 11001000 | 110001 | 110 | 0 | 1001100 | 10110 | 1000000 | 111101 | 110001 |
Color Harmonies of #BDC831
Complementary color
Monochromatic Colors of #BDC831
Black with #BDC831
Text Example
Text Example
White with #BDC831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC831; }
p { color: rgb(189,200,49); }
H1.HeaderClassName
{
color: #BDC831;
}
.AnyTagClassName
{
color: #BDC831;
}
</style>
background-color css
<style>
a { background-color: #BDC831; }
a { background-color: rgb(189,200,49); }
div.DivClassName
{
background-color: #BDC831;
}
.BgClassName
{
background-color: #BDC831;
}
</style>
border-color css
<style>
span { border-color: #BDC831; }
span { border-color: rgb(189,200,49); }
td.TdClassName
{
border-color: #BDC831;
}
.TagClassName
{
border-color: #BDC831;
}
</style>