Shades of Fuego #BDC830
Tints of Fuego #BDC830
RGB
CMYK
RGB Variations
Color information
#BDC830 (or 0xBDC830) is known color: Fuego. HEX triplet: BD, C8 and 30. RGB value is (189,200,48). Sum of RGB (Red+Green+Blue) = 189+200+48=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC830 is #4237CF. Grayscale: #B3B3B3. Windows color (decimal): -4339664 or 3197117. OLE color: 3197117.
HSL color Cylindrical-coordinate representation of color #BDC830: hue angle of 64.34º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDC830 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 48 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.22 |
| HSL | 64.34º | 0.61% | 0.49% | - |
| HSV(B) | 64.34º | 0.76% | 0.78% | - |
| XYZ | 42.17 | 52.34 | 10.68 | - |
| YUV | 179.38 | 53.86 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 48 | 0.06 | 0 | 0.76 | 0.22 | 64.34 | 0.61 | 0.49 |
| Hex | BD | C8 | 30 | 6 | 0 | 4C | 16 | 40 | 3D | 31 |
| Octal | 275 | 310 | 60 | 6 | 0 | 114 | 26 | 100 | 75 | 61 |
| Binary | 10111101 | 11001000 | 110000 | 110 | 0 | 1001100 | 10110 | 1000000 | 111101 | 110001 |
Color Harmonies of #BDC830
Complementary color
Monochromatic Colors of #BDC830
Black with #BDC830
Text Example
Text Example
White with #BDC830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC830; }
p { color: rgb(189,200,48); }
H1.HeaderClassName
{
color: #BDC830;
}
.AnyTagClassName
{
color: #BDC830;
}
</style>
background-color css
<style>
a { background-color: #BDC830; }
a { background-color: rgb(189,200,48); }
div.DivClassName
{
background-color: #BDC830;
}
.BgClassName
{
background-color: #BDC830;
}
</style>
border-color css
<style>
span { border-color: #BDC830; }
span { border-color: rgb(189,200,48); }
td.TdClassName
{
border-color: #BDC830;
}
.TagClassName
{
border-color: #BDC830;
}
</style>