Shades of Fuego #BDC636
Tints of Fuego #BDC636
RGB
CMYK
RGB Variations
Color information
#BDC636 (or 0xBDC636) is known color: Fuego. HEX triplet: BD, C6 and 36. RGB value is (189,198,54). Sum of RGB (Red+Green+Blue) = 189+198+54=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC636 is #4239C9. Grayscale: #B3B3B3. Windows color (decimal): -4340170 or 3589821. OLE color: 3589821.
HSL color Cylindrical-coordinate representation of color #BDC636: hue angle of 63.75º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDC636 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 54 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.22 |
| HSL | 63.75º | 0.57% | 0.49% | - |
| HSV(B) | 63.75º | 0.73% | 0.78% | - |
| XYZ | 41.85 | 51.47 | 11.22 | - |
| YUV | 178.89 | 57.52 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 54 | 0.05 | 0 | 0.73 | 0.22 | 63.75 | 0.57 | 0.49 |
| Hex | BD | C6 | 36 | 5 | 0 | 49 | 16 | 40 | 39 | 31 |
| Octal | 275 | 306 | 66 | 5 | 0 | 111 | 26 | 100 | 71 | 61 |
| Binary | 10111101 | 11000110 | 110110 | 101 | 0 | 1001001 | 10110 | 1000000 | 111001 | 110001 |
Color Harmonies of #BDC636
Complementary color
Monochromatic Colors of #BDC636
Black with #BDC636
Text Example
Text Example
White with #BDC636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC636; }
p { color: rgb(189,198,54); }
H1.HeaderClassName
{
color: #BDC636;
}
.AnyTagClassName
{
color: #BDC636;
}
</style>
background-color css
<style>
a { background-color: #BDC636; }
a { background-color: rgb(189,198,54); }
div.DivClassName
{
background-color: #BDC636;
}
.BgClassName
{
background-color: #BDC636;
}
</style>
border-color css
<style>
span { border-color: #BDC636; }
span { border-color: rgb(189,198,54); }
td.TdClassName
{
border-color: #BDC636;
}
.TagClassName
{
border-color: #BDC636;
}
</style>