Shades of Fuego #BDDC2A
Tints of Fuego #BDDC2A
RGB
CMYK
RGB Variations
Color information
#BDDC2A (or 0xBDDC2A) is known color: Fuego. HEX triplet: BD, DC and 2A. RGB value is (189,220,42). Sum of RGB (Red+Green+Blue) = 189+220+42=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDC2A is #4223D5. Grayscale: #BFBFBF. Windows color (decimal): -4334550 or 2809021. OLE color: 2809021.
HSL color Cylindrical-coordinate representation of color #BDDC2A: hue angle of 70.45º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDDC2A is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 42 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.14 |
| HSL | 70.45º | 0.72% | 0.51% | - |
| HSV(B) | 70.45º | 0.81% | 0.86% | - |
| XYZ | 47 | 62.17 | 11.71 | - |
| YUV | 190.44 | 44.23 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 42 | 0.14 | 0 | 0.81 | 0.14 | 70.45 | 0.72 | 0.51 |
| Hex | BD | DC | 2A | E | 0 | 51 | E | 46 | 48 | 33 |
| Octal | 275 | 334 | 52 | 16 | 0 | 121 | 16 | 106 | 110 | 63 |
| Binary | 10111101 | 11011100 | 101010 | 1110 | 0 | 1010001 | 1110 | 1000110 | 1001000 | 110011 |
Color Harmonies of #BDDC2A
Complementary color
Monochromatic Colors of #BDDC2A
Black with #BDDC2A
Text Example
Text Example
White with #BDDC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC2A; }
p { color: rgb(189,220,42); }
H1.HeaderClassName
{
color: #BDDC2A;
}
.AnyTagClassName
{
color: #BDDC2A;
}
</style>
background-color css
<style>
a { background-color: #BDDC2A; }
a { background-color: rgb(189,220,42); }
div.DivClassName
{
background-color: #BDDC2A;
}
.BgClassName
{
background-color: #BDDC2A;
}
</style>
border-color css
<style>
span { border-color: #BDDC2A; }
span { border-color: rgb(189,220,42); }
td.TdClassName
{
border-color: #BDDC2A;
}
.TagClassName
{
border-color: #BDDC2A;
}
</style>