Shades of Fuego #BDC630
Tints of Fuego #BDC630
RGB
CMYK
RGB Variations
Color information
#BDC630 (or 0xBDC630) is known color: Fuego. HEX triplet: BD, C6 and 30. RGB value is (189,198,48). Sum of RGB (Red+Green+Blue) = 189+198+48=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC630 is #4239CF. Grayscale: #B2B2B2. Windows color (decimal): -4340176 or 3196605. OLE color: 3196605.
HSL color Cylindrical-coordinate representation of color #BDC630: hue angle of 63.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDC630 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 48 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.22 |
| HSL | 63.6º | 0.61% | 0.48% | - |
| HSV(B) | 63.6º | 0.76% | 0.78% | - |
| XYZ | 41.71 | 51.42 | 10.52 | - |
| YUV | 178.21 | 54.52 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 48 | 0.05 | 0 | 0.76 | 0.22 | 63.6 | 0.61 | 0.48 |
| Hex | BD | C6 | 30 | 5 | 0 | 4C | 16 | 40 | 3D | 30 |
| Octal | 275 | 306 | 60 | 5 | 0 | 114 | 26 | 100 | 75 | 60 |
| Binary | 10111101 | 11000110 | 110000 | 101 | 0 | 1001100 | 10110 | 1000000 | 111101 | 110000 |
Color Harmonies of #BDC630
Complementary color
Monochromatic Colors of #BDC630
Black with #BDC630
Text Example
Text Example
White with #BDC630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC630; }
p { color: rgb(189,198,48); }
H1.HeaderClassName
{
color: #BDC630;
}
.AnyTagClassName
{
color: #BDC630;
}
</style>
background-color css
<style>
a { background-color: #BDC630; }
a { background-color: rgb(189,198,48); }
div.DivClassName
{
background-color: #BDC630;
}
.BgClassName
{
background-color: #BDC630;
}
</style>
border-color css
<style>
span { border-color: #BDC630; }
span { border-color: rgb(189,198,48); }
td.TdClassName
{
border-color: #BDC630;
}
.TagClassName
{
border-color: #BDC630;
}
</style>