Shades of Fuego #BDC52C
Tints of Fuego #BDC52C
RGB
CMYK
RGB Variations
Color information
#BDC52C (or 0xBDC52C) is known color: Fuego. HEX triplet: BD, C5 and 2C. RGB value is (189,197,44). Sum of RGB (Red+Green+Blue) = 189+197+44=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC52C is #423AD3. Grayscale: #B1B1B1. Windows color (decimal): -4340436 or 2934205. OLE color: 2934205.
HSL color Cylindrical-coordinate representation of color #BDC52C: hue angle of 63.14º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDC52C is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 44 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.23 |
| HSL | 63.14º | 0.63% | 0.47% | - |
| HSV(B) | 63.14º | 0.78% | 0.77% | - |
| XYZ | 41.41 | 50.93 | 10.03 | - |
| YUV | 177.17 | 52.85 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 44 | 0.04 | 0 | 0.78 | 0.23 | 63.14 | 0.63 | 0.47 |
| Hex | BD | C5 | 2C | 4 | 0 | 4E | 17 | 3F | 3F | 2F |
| Octal | 275 | 305 | 54 | 4 | 0 | 116 | 27 | 77 | 77 | 57 |
| Binary | 10111101 | 11000101 | 101100 | 100 | 0 | 1001110 | 10111 | 111111 | 111111 | 101111 |
Color Harmonies of #BDC52C
Complementary color
Monochromatic Colors of #BDC52C
Black with #BDC52C
Text Example
Text Example
White with #BDC52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC52C; }
p { color: rgb(189,197,44); }
H1.HeaderClassName
{
color: #BDC52C;
}
.AnyTagClassName
{
color: #BDC52C;
}
</style>
background-color css
<style>
a { background-color: #BDC52C; }
a { background-color: rgb(189,197,44); }
div.DivClassName
{
background-color: #BDC52C;
}
.BgClassName
{
background-color: #BDC52C;
}
</style>
border-color css
<style>
span { border-color: #BDC52C; }
span { border-color: rgb(189,197,44); }
td.TdClassName
{
border-color: #BDC52C;
}
.TagClassName
{
border-color: #BDC52C;
}
</style>