Shades of Fuego #BDC237
Tints of Fuego #BDC237
RGB
CMYK
RGB Variations
Color information
#BDC237 (or 0xBDC237) is known color: Fuego. HEX triplet: BD, C2 and 37. RGB value is (189,194,55). Sum of RGB (Red+Green+Blue) = 189+194+55=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC237 is #423DC8. Grayscale: #B1B1B1. Windows color (decimal): -4341193 or 3654333. OLE color: 3654333.
HSL color Cylindrical-coordinate representation of color #BDC237: hue angle of 62.16º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDC237 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 55 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.24 |
| HSL | 62.16º | 0.56% | 0.49% | - |
| HSV(B) | 62.16º | 0.72% | 0.76% | - |
| XYZ | 40.97 | 49.68 | 11.04 | - |
| YUV | 176.66 | 59.34 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 55 | 0.03 | 0 | 0.72 | 0.24 | 62.16 | 0.56 | 0.49 |
| Hex | BD | C2 | 37 | 3 | 0 | 48 | 18 | 3E | 38 | 31 |
| Octal | 275 | 302 | 67 | 3 | 0 | 110 | 30 | 76 | 70 | 61 |
| Binary | 10111101 | 11000010 | 110111 | 11 | 0 | 1001000 | 11000 | 111110 | 111000 | 110001 |
Color Harmonies of #BDC237
Complementary color
Monochromatic Colors of #BDC237
Black with #BDC237
Text Example
Text Example
White with #BDC237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC237; }
p { color: rgb(189,194,55); }
H1.HeaderClassName
{
color: #BDC237;
}
.AnyTagClassName
{
color: #BDC237;
}
</style>
background-color css
<style>
a { background-color: #BDC237; }
a { background-color: rgb(189,194,55); }
div.DivClassName
{
background-color: #BDC237;
}
.BgClassName
{
background-color: #BDC237;
}
</style>
border-color css
<style>
span { border-color: #BDC237; }
span { border-color: rgb(189,194,55); }
td.TdClassName
{
border-color: #BDC237;
}
.TagClassName
{
border-color: #BDC237;
}
</style>