Shades of Fuego #BDCA2E
Tints of Fuego #BDCA2E
RGB
CMYK
RGB Variations
Color information
#BDCA2E (or 0xBDCA2E) is known color: Fuego. HEX triplet: BD, CA and 2E. RGB value is (189,202,46). Sum of RGB (Red+Green+Blue) = 189+202+46=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCA2E is #4235D1. Grayscale: #B4B4B4. Windows color (decimal): -4339154 or 3066557. OLE color: 3066557.
HSL color Cylindrical-coordinate representation of color #BDCA2E: hue angle of 65º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDCA2E is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 46 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.21 |
| HSL | 65º | 0.63% | 0.49% | - |
| HSV(B) | 65º | 0.77% | 0.79% | - |
| XYZ | 42.6 | 53.26 | 10.62 | - |
| YUV | 180.33 | 52.19 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 46 | 0.06 | 0 | 0.77 | 0.21 | 65 | 0.63 | 0.49 |
| Hex | BD | CA | 2E | 6 | 0 | 4D | 15 | 41 | 3F | 31 |
| Octal | 275 | 312 | 56 | 6 | 0 | 115 | 25 | 101 | 77 | 61 |
| Binary | 10111101 | 11001010 | 101110 | 110 | 0 | 1001101 | 10101 | 1000001 | 111111 | 110001 |
Color Harmonies of #BDCA2E
Complementary color
Monochromatic Colors of #BDCA2E
Black with #BDCA2E
Text Example
Text Example
White with #BDCA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA2E; }
p { color: rgb(189,202,46); }
H1.HeaderClassName
{
color: #BDCA2E;
}
.AnyTagClassName
{
color: #BDCA2E;
}
</style>
background-color css
<style>
a { background-color: #BDCA2E; }
a { background-color: rgb(189,202,46); }
div.DivClassName
{
background-color: #BDCA2E;
}
.BgClassName
{
background-color: #BDCA2E;
}
</style>
border-color css
<style>
span { border-color: #BDCA2E; }
span { border-color: rgb(189,202,46); }
td.TdClassName
{
border-color: #BDCA2E;
}
.TagClassName
{
border-color: #BDCA2E;
}
</style>