Shades of Fuego #BDC62D
Tints of Fuego #BDC62D
RGB
CMYK
RGB Variations
Color information
#BDC62D (or 0xBDC62D) is known color: Fuego. HEX triplet: BD, C6 and 2D. RGB value is (189,198,45). Sum of RGB (Red+Green+Blue) = 189+198+45=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC62D is #4239D2. Grayscale: #B2B2B2. Windows color (decimal): -4340179 or 2999997. OLE color: 2999997.
HSL color Cylindrical-coordinate representation of color #BDC62D: hue angle of 63.53º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDC62D is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 45 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.22 |
| HSL | 63.53º | 0.63% | 0.48% | - |
| HSV(B) | 63.53º | 0.77% | 0.78% | - |
| XYZ | 41.65 | 51.4 | 10.21 | - |
| YUV | 177.87 | 53.02 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 45 | 0.05 | 0 | 0.77 | 0.22 | 63.53 | 0.63 | 0.48 |
| Hex | BD | C6 | 2D | 5 | 0 | 4D | 16 | 40 | 3F | 30 |
| Octal | 275 | 306 | 55 | 5 | 0 | 115 | 26 | 100 | 77 | 60 |
| Binary | 10111101 | 11000110 | 101101 | 101 | 0 | 1001101 | 10110 | 1000000 | 111111 | 110000 |
Color Harmonies of #BDC62D
Complementary color
Monochromatic Colors of #BDC62D
Black with #BDC62D
Text Example
Text Example
White with #BDC62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC62D; }
p { color: rgb(189,198,45); }
H1.HeaderClassName
{
color: #BDC62D;
}
.AnyTagClassName
{
color: #BDC62D;
}
</style>
background-color css
<style>
a { background-color: #BDC62D; }
a { background-color: rgb(189,198,45); }
div.DivClassName
{
background-color: #BDC62D;
}
.BgClassName
{
background-color: #BDC62D;
}
</style>
border-color css
<style>
span { border-color: #BDC62D; }
span { border-color: rgb(189,198,45); }
td.TdClassName
{
border-color: #BDC62D;
}
.TagClassName
{
border-color: #BDC62D;
}
</style>