Shades of Fuego #BDC52E
Tints of Fuego #BDC52E
RGB
CMYK
RGB Variations
Color information
#BDC52E (or 0xBDC52E) is known color: Fuego. HEX triplet: BD, C5 and 2E. RGB value is (189,197,46). Sum of RGB (Red+Green+Blue) = 189+197+46=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC52E is #423AD1. Grayscale: #B1B1B1. Windows color (decimal): -4340434 or 3065277. OLE color: 3065277.
HSL color Cylindrical-coordinate representation of color #BDC52E: hue angle of 63.18º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDC52E is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 46 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.23 |
| HSL | 63.18º | 0.62% | 0.48% | - |
| HSV(B) | 63.18º | 0.77% | 0.77% | - |
| XYZ | 41.45 | 50.95 | 10.23 | - |
| YUV | 177.39 | 53.85 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 46 | 0.04 | 0 | 0.77 | 0.23 | 63.18 | 0.62 | 0.48 |
| Hex | BD | C5 | 2E | 4 | 0 | 4D | 17 | 3F | 3E | 30 |
| Octal | 275 | 305 | 56 | 4 | 0 | 115 | 27 | 77 | 76 | 60 |
| Binary | 10111101 | 11000101 | 101110 | 100 | 0 | 1001101 | 10111 | 111111 | 111110 | 110000 |
Color Harmonies of #BDC52E
Complementary color
Monochromatic Colors of #BDC52E
Black with #BDC52E
Text Example
Text Example
White with #BDC52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC52E; }
p { color: rgb(189,197,46); }
H1.HeaderClassName
{
color: #BDC52E;
}
.AnyTagClassName
{
color: #BDC52E;
}
</style>
background-color css
<style>
a { background-color: #BDC52E; }
a { background-color: rgb(189,197,46); }
div.DivClassName
{
background-color: #BDC52E;
}
.BgClassName
{
background-color: #BDC52E;
}
</style>
border-color css
<style>
span { border-color: #BDC52E; }
span { border-color: rgb(189,197,46); }
td.TdClassName
{
border-color: #BDC52E;
}
.TagClassName
{
border-color: #BDC52E;
}
</style>