Shades of Fuego #BDC52F
Tints of Fuego #BDC52F
RGB
CMYK
RGB Variations
Color information
#BDC52F (or 0xBDC52F) is known color: Fuego. HEX triplet: BD, C5 and 2F. RGB value is (189,197,47). Sum of RGB (Red+Green+Blue) = 189+197+47=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC52F is #423AD0. Grayscale: #B2B2B2. Windows color (decimal): -4340433 or 3130813. OLE color: 3130813.
HSL color Cylindrical-coordinate representation of color #BDC52F: hue angle of 63.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDC52F is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 47 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.23 |
| HSL | 63.2º | 0.61% | 0.48% | - |
| HSV(B) | 63.2º | 0.76% | 0.77% | - |
| XYZ | 41.47 | 50.96 | 10.34 | - |
| YUV | 177.51 | 54.35 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 47 | 0.04 | 0 | 0.76 | 0.23 | 63.2 | 0.61 | 0.48 |
| Hex | BD | C5 | 2F | 4 | 0 | 4C | 17 | 3F | 3D | 30 |
| Octal | 275 | 305 | 57 | 4 | 0 | 114 | 27 | 77 | 75 | 60 |
| Binary | 10111101 | 11000101 | 101111 | 100 | 0 | 1001100 | 10111 | 111111 | 111101 | 110000 |
Color Harmonies of #BDC52F
Complementary color
Monochromatic Colors of #BDC52F
Black with #BDC52F
Text Example
Text Example
White with #BDC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC52F; }
p { color: rgb(189,197,47); }
H1.HeaderClassName
{
color: #BDC52F;
}
.AnyTagClassName
{
color: #BDC52F;
}
</style>
background-color css
<style>
a { background-color: #BDC52F; }
a { background-color: rgb(189,197,47); }
div.DivClassName
{
background-color: #BDC52F;
}
.BgClassName
{
background-color: #BDC52F;
}
</style>
border-color css
<style>
span { border-color: #BDC52F; }
span { border-color: rgb(189,197,47); }
td.TdClassName
{
border-color: #BDC52F;
}
.TagClassName
{
border-color: #BDC52F;
}
</style>