Shades of Fuego #BDC935
Tints of Fuego #BDC935
RGB
CMYK
RGB Variations
Color information
#BDC935 (or 0xBDC935) is known color: Fuego. HEX triplet: BD, C9 and 35. RGB value is (189,201,53). Sum of RGB (Red+Green+Blue) = 189+201+53=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 53 (21.09% from 255 or 11.96% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC935 is #4236CA. Grayscale: #B5B5B5. Windows color (decimal): -4339403 or 3525053. OLE color: 3525053.
HSL color Cylindrical-coordinate representation of color #BDC935: hue angle of 64.86º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDC935 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 53 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.21 |
| HSL | 64.86º | 0.58% | 0.5% | - |
| HSV(B) | 64.86º | 0.74% | 0.79% | - |
| XYZ | 42.52 | 52.85 | 11.33 | - |
| YUV | 180.54 | 56.02 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 53 | 0.06 | 0 | 0.74 | 0.21 | 64.86 | 0.58 | 0.5 |
| Hex | BD | C9 | 35 | 6 | 0 | 4A | 15 | 41 | 3A | 32 |
| Octal | 275 | 311 | 65 | 6 | 0 | 112 | 25 | 101 | 72 | 62 |
| Binary | 10111101 | 11001001 | 110101 | 110 | 0 | 1001010 | 10101 | 1000001 | 111010 | 110010 |
Color Harmonies of #BDC935
Complementary color
Monochromatic Colors of #BDC935
Black with #BDC935
Text Example
Text Example
White with #BDC935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC935; }
p { color: rgb(189,201,53); }
H1.HeaderClassName
{
color: #BDC935;
}
.AnyTagClassName
{
color: #BDC935;
}
</style>
background-color css
<style>
a { background-color: #BDC935; }
a { background-color: rgb(189,201,53); }
div.DivClassName
{
background-color: #BDC935;
}
.BgClassName
{
background-color: #BDC935;
}
</style>
border-color css
<style>
span { border-color: #BDC935; }
span { border-color: rgb(189,201,53); }
td.TdClassName
{
border-color: #BDC935;
}
.TagClassName
{
border-color: #BDC935;
}
</style>