Shades of Fuego #BDC839
Tints of Fuego #BDC839
RGB
CMYK
RGB Variations
Color information
#BDC839 (or 0xBDC839) is known color: Fuego. HEX triplet: BD, C8 and 39. RGB value is (189,200,57). Sum of RGB (Red+Green+Blue) = 189+200+57=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 57 (22.66% from 255 or 12.78% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC839 is #4237C6. Grayscale: #B4B4B4. Windows color (decimal): -4339655 or 3786941. OLE color: 3786941.
HSL color Cylindrical-coordinate representation of color #BDC839: hue angle of 64.62º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDC839 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 57 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.22 |
| HSL | 64.62º | 0.57% | 0.5% | - |
| HSV(B) | 64.62º | 0.72% | 0.78% | - |
| XYZ | 42.38 | 52.42 | 11.76 | - |
| YUV | 180.41 | 58.36 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 57 | 0.06 | 0 | 0.72 | 0.22 | 64.62 | 0.57 | 0.5 |
| Hex | BD | C8 | 39 | 6 | 0 | 48 | 16 | 41 | 39 | 32 |
| Octal | 275 | 310 | 71 | 6 | 0 | 110 | 26 | 101 | 71 | 62 |
| Binary | 10111101 | 11001000 | 111001 | 110 | 0 | 1001000 | 10110 | 1000001 | 111001 | 110010 |
Color Harmonies of #BDC839
Complementary color
Monochromatic Colors of #BDC839
Black with #BDC839
Text Example
Text Example
White with #BDC839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC839; }
p { color: rgb(189,200,57); }
H1.HeaderClassName
{
color: #BDC839;
}
.AnyTagClassName
{
color: #BDC839;
}
</style>
background-color css
<style>
a { background-color: #BDC839; }
a { background-color: rgb(189,200,57); }
div.DivClassName
{
background-color: #BDC839;
}
.BgClassName
{
background-color: #BDC839;
}
</style>
border-color css
<style>
span { border-color: #BDC839; }
span { border-color: rgb(189,200,57); }
td.TdClassName
{
border-color: #BDC839;
}
.TagClassName
{
border-color: #BDC839;
}
</style>