Shades of Fuego #BDCA2D
Tints of Fuego #BDCA2D
RGB
CMYK
RGB Variations
Color information
#BDCA2D (or 0xBDCA2D) is known color: Fuego. HEX triplet: BD, CA and 2D. RGB value is (189,202,45). Sum of RGB (Red+Green+Blue) = 189+202+45=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCA2D is #4235D2. Grayscale: #B4B4B4. Windows color (decimal): -4339155 or 3001021. OLE color: 3001021.
HSL color Cylindrical-coordinate representation of color #BDCA2D: hue angle of 64.97º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDCA2D is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 45 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.21 |
| HSL | 64.97º | 0.64% | 0.48% | - |
| HSV(B) | 64.97º | 0.78% | 0.79% | - |
| XYZ | 42.58 | 53.25 | 10.52 | - |
| YUV | 180.22 | 51.69 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 45 | 0.06 | 0 | 0.78 | 0.21 | 64.97 | 0.64 | 0.48 |
| Hex | BD | CA | 2D | 6 | 0 | 4E | 15 | 41 | 40 | 30 |
| Octal | 275 | 312 | 55 | 6 | 0 | 116 | 25 | 101 | 100 | 60 |
| Binary | 10111101 | 11001010 | 101101 | 110 | 0 | 1001110 | 10101 | 1000001 | 1000000 | 110000 |
Color Harmonies of #BDCA2D
Complementary color
Monochromatic Colors of #BDCA2D
Black with #BDCA2D
Text Example
Text Example
White with #BDCA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA2D; }
p { color: rgb(189,202,45); }
H1.HeaderClassName
{
color: #BDCA2D;
}
.AnyTagClassName
{
color: #BDCA2D;
}
</style>
background-color css
<style>
a { background-color: #BDCA2D; }
a { background-color: rgb(189,202,45); }
div.DivClassName
{
background-color: #BDCA2D;
}
.BgClassName
{
background-color: #BDCA2D;
}
</style>
border-color css
<style>
span { border-color: #BDCA2D; }
span { border-color: rgb(189,202,45); }
td.TdClassName
{
border-color: #BDCA2D;
}
.TagClassName
{
border-color: #BDCA2D;
}
</style>