Shades of Fuego #BDC637
Tints of Fuego #BDC637
RGB
CMYK
RGB Variations
Color information
#BDC637 (or 0xBDC637) is known color: Fuego. HEX triplet: BD, C6 and 37. RGB value is (189,198,55). Sum of RGB (Red+Green+Blue) = 189+198+55=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 55 (21.88% from 255 or 12.44% from 442); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC637 is #4239C8. Grayscale: #B3B3B3. Windows color (decimal): -4340169 or 3655357. OLE color: 3655357.
HSL color Cylindrical-coordinate representation of color #BDC637: hue angle of 63.78º 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 #BDC637 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 55 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.22 |
| HSL | 63.78º | 0.57% | 0.5% | - |
| HSV(B) | 63.78º | 0.72% | 0.78% | - |
| XYZ | 41.87 | 51.48 | 11.34 | - |
| YUV | 179.01 | 58.02 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 55 | 0.05 | 0 | 0.72 | 0.22 | 63.78 | 0.57 | 0.5 |
| Hex | BD | C6 | 37 | 5 | 0 | 48 | 16 | 40 | 39 | 32 |
| Octal | 275 | 306 | 67 | 5 | 0 | 110 | 26 | 100 | 71 | 62 |
| Binary | 10111101 | 11000110 | 110111 | 101 | 0 | 1001000 | 10110 | 1000000 | 111001 | 110010 |
Color Harmonies of #BDC637
Complementary color
Monochromatic Colors of #BDC637
Black with #BDC637
Text Example
Text Example
White with #BDC637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC637; }
p { color: rgb(189,198,55); }
H1.HeaderClassName
{
color: #BDC637;
}
.AnyTagClassName
{
color: #BDC637;
}
</style>
background-color css
<style>
a { background-color: #BDC637; }
a { background-color: rgb(189,198,55); }
div.DivClassName
{
background-color: #BDC637;
}
.BgClassName
{
background-color: #BDC637;
}
</style>
border-color css
<style>
span { border-color: #BDC637; }
span { border-color: rgb(189,198,55); }
td.TdClassName
{
border-color: #BDC637;
}
.TagClassName
{
border-color: #BDC637;
}
</style>