Shades of Fuego #BDC530
Tints of Fuego #BDC530
RGB
CMYK
RGB Variations
Color information
#BDC530 (or 0xBDC530) is known color: Fuego. HEX triplet: BD, C5 and 30. RGB value is (189,197,48). Sum of RGB (Red+Green+Blue) = 189+197+48=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC530 is #423ACF. Grayscale: #B2B2B2. Windows color (decimal): -4340432 or 3196349. OLE color: 3196349.
HSL color Cylindrical-coordinate representation of color #BDC530: hue angle of 63.22º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDC530 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 48 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.23 |
| HSL | 63.22º | 0.61% | 0.48% | - |
| HSV(B) | 63.22º | 0.76% | 0.77% | - |
| XYZ | 41.49 | 50.96 | 10.45 | - |
| YUV | 177.62 | 54.85 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 48 | 0.04 | 0 | 0.76 | 0.23 | 63.22 | 0.61 | 0.48 |
| Hex | BD | C5 | 30 | 4 | 0 | 4C | 17 | 3F | 3D | 30 |
| Octal | 275 | 305 | 60 | 4 | 0 | 114 | 27 | 77 | 75 | 60 |
| Binary | 10111101 | 11000101 | 110000 | 100 | 0 | 1001100 | 10111 | 111111 | 111101 | 110000 |
Color Harmonies of #BDC530
Complementary color
Monochromatic Colors of #BDC530
Black with #BDC530
Text Example
Text Example
White with #BDC530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC530; }
p { color: rgb(189,197,48); }
H1.HeaderClassName
{
color: #BDC530;
}
.AnyTagClassName
{
color: #BDC530;
}
</style>
background-color css
<style>
a { background-color: #BDC530; }
a { background-color: rgb(189,197,48); }
div.DivClassName
{
background-color: #BDC530;
}
.BgClassName
{
background-color: #BDC530;
}
</style>
border-color css
<style>
span { border-color: #BDC530; }
span { border-color: rgb(189,197,48); }
td.TdClassName
{
border-color: #BDC530;
}
.TagClassName
{
border-color: #BDC530;
}
</style>