Shades of Fuego #BDCD3A
Tints of Fuego #BDCD3A
RGB
CMYK
RGB Variations
Color information
#BDCD3A (or 0xBDCD3A) is known color: Fuego. HEX triplet: BD, CD and 3A. RGB value is (189,205,58). Sum of RGB (Red+Green+Blue) = 189+205+58=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 58 (23.05% from 255 or 12.83% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCD3A is #4232C5. Grayscale: #B8B8B8. Windows color (decimal): -4338374 or 3853757. OLE color: 3853757.
HSL color Cylindrical-coordinate representation of color #BDCD3A: hue angle of 66.53º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDCD3A is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 58 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.20 |
| HSL | 66.53º | 0.6% | 0.52% | - |
| HSV(B) | 66.53º | 0.72% | 0.8% | - |
| XYZ | 43.58 | 54.79 | 12.28 | - |
| YUV | 183.46 | 57.2 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 58 | 0.08 | 0 | 0.72 | 0.20 | 66.53 | 0.6 | 0.52 |
| Hex | BD | CD | 3A | 8 | 0 | 48 | 14 | 43 | 3C | 34 |
| Octal | 275 | 315 | 72 | 10 | 0 | 110 | 24 | 103 | 74 | 64 |
| Binary | 10111101 | 11001101 | 111010 | 1000 | 0 | 1001000 | 10100 | 1000011 | 111100 | 110100 |
Color Harmonies of #BDCD3A
Complementary color
Monochromatic Colors of #BDCD3A
Black with #BDCD3A
Text Example
Text Example
White with #BDCD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD3A; }
p { color: rgb(189,205,58); }
H1.HeaderClassName
{
color: #BDCD3A;
}
.AnyTagClassName
{
color: #BDCD3A;
}
</style>
background-color css
<style>
a { background-color: #BDCD3A; }
a { background-color: rgb(189,205,58); }
div.DivClassName
{
background-color: #BDCD3A;
}
.BgClassName
{
background-color: #BDCD3A;
}
</style>
border-color css
<style>
span { border-color: #BDCD3A; }
span { border-color: rgb(189,205,58); }
td.TdClassName
{
border-color: #BDCD3A;
}
.TagClassName
{
border-color: #BDCD3A;
}
</style>