Shades of Fuego #BDDA1D
Tints of Fuego #BDDA1D
RGB
CMYK
RGB Variations
Color information
#BDDA1D (or 0xBDDA1D) is known color: Fuego. HEX triplet: BD, DA and 1D. RGB value is (189,218,29). Sum of RGB (Red+Green+Blue) = 189+218+29=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDA1D is #4225E2. Grayscale: #BCBCBC. Windows color (decimal): -4335075 or 1956541. OLE color: 1956541.
HSL color Cylindrical-coordinate representation of color #BDDA1D: hue angle of 69.21º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDDA1D is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 29 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.15 |
| HSL | 69.21º | 0.77% | 0.48% | - |
| HSV(B) | 69.21º | 0.87% | 0.85% | - |
| XYZ | 46.28 | 61.05 | 10.51 | - |
| YUV | 187.78 | 38.39 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 29 | 0.13 | 0 | 0.87 | 0.15 | 69.21 | 0.77 | 0.48 |
| Hex | BD | DA | 1D | D | 0 | 57 | F | 45 | 4D | 30 |
| Octal | 275 | 332 | 35 | 15 | 0 | 127 | 17 | 105 | 115 | 60 |
| Binary | 10111101 | 11011010 | 11101 | 1101 | 0 | 1010111 | 1111 | 1000101 | 1001101 | 110000 |
Color Harmonies of #BDDA1D
Complementary color
Monochromatic Colors of #BDDA1D
Black with #BDDA1D
Text Example
Text Example
White with #BDDA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA1D; }
p { color: rgb(189,218,29); }
H1.HeaderClassName
{
color: #BDDA1D;
}
.AnyTagClassName
{
color: #BDDA1D;
}
</style>
background-color css
<style>
a { background-color: #BDDA1D; }
a { background-color: rgb(189,218,29); }
div.DivClassName
{
background-color: #BDDA1D;
}
.BgClassName
{
background-color: #BDDA1D;
}
</style>
border-color css
<style>
span { border-color: #BDDA1D; }
span { border-color: rgb(189,218,29); }
td.TdClassName
{
border-color: #BDDA1D;
}
.TagClassName
{
border-color: #BDDA1D;
}
</style>