Shades of Fuego #BDC836
Tints of Fuego #BDC836
RGB
CMYK
RGB Variations
Color information
#BDC836 (or 0xBDC836) is known color: Fuego. HEX triplet: BD, C8 and 36. RGB value is (189,200,54). Sum of RGB (Red+Green+Blue) = 189+200+54=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC836 is #4237C9. Grayscale: #B4B4B4. Windows color (decimal): -4339658 or 3590333. OLE color: 3590333.
HSL color Cylindrical-coordinate representation of color #BDC836: hue angle of 64.52º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDC836 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 54 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.22 |
| HSL | 64.52º | 0.57% | 0.5% | - |
| HSV(B) | 64.52º | 0.73% | 0.78% | - |
| XYZ | 42.31 | 52.39 | 11.37 | - |
| YUV | 180.07 | 56.86 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 54 | 0.06 | 0 | 0.73 | 0.22 | 64.52 | 0.57 | 0.5 |
| Hex | BD | C8 | 36 | 6 | 0 | 49 | 16 | 41 | 39 | 32 |
| Octal | 275 | 310 | 66 | 6 | 0 | 111 | 26 | 101 | 71 | 62 |
| Binary | 10111101 | 11001000 | 110110 | 110 | 0 | 1001001 | 10110 | 1000001 | 111001 | 110010 |
Color Harmonies of #BDC836
Complementary color
Monochromatic Colors of #BDC836
Black with #BDC836
Text Example
Text Example
White with #BDC836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC836; }
p { color: rgb(189,200,54); }
H1.HeaderClassName
{
color: #BDC836;
}
.AnyTagClassName
{
color: #BDC836;
}
</style>
background-color css
<style>
a { background-color: #BDC836; }
a { background-color: rgb(189,200,54); }
div.DivClassName
{
background-color: #BDC836;
}
.BgClassName
{
background-color: #BDC836;
}
</style>
border-color css
<style>
span { border-color: #BDC836; }
span { border-color: rgb(189,200,54); }
td.TdClassName
{
border-color: #BDC836;
}
.TagClassName
{
border-color: #BDC836;
}
</style>