Shades of Fuego #BDC436
Tints of Fuego #BDC436
RGB
CMYK
RGB Variations
Color information
#BDC436 (or 0xBDC436) is known color: Fuego. HEX triplet: BD, C4 and 36. RGB value is (189,196,54). Sum of RGB (Red+Green+Blue) = 189+196+54=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC436 is #423BC9. Grayscale: #B2B2B2. Windows color (decimal): -4340682 or 3589309. OLE color: 3589309.
HSL color Cylindrical-coordinate representation of color #BDC436: hue angle of 62.96º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDC436 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 54 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.23 |
| HSL | 62.96º | 0.57% | 0.49% | - |
| HSV(B) | 62.96º | 0.72% | 0.77% | - |
| XYZ | 41.39 | 50.57 | 11.07 | - |
| YUV | 177.72 | 58.18 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 54 | 0.04 | 0 | 0.72 | 0.23 | 62.96 | 0.57 | 0.49 |
| Hex | BD | C4 | 36 | 4 | 0 | 48 | 17 | 3F | 39 | 31 |
| Octal | 275 | 304 | 66 | 4 | 0 | 110 | 27 | 77 | 71 | 61 |
| Binary | 10111101 | 11000100 | 110110 | 100 | 0 | 1001000 | 10111 | 111111 | 111001 | 110001 |
Color Harmonies of #BDC436
Complementary color
Monochromatic Colors of #BDC436
Black with #BDC436
Text Example
Text Example
White with #BDC436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC436; }
p { color: rgb(189,196,54); }
H1.HeaderClassName
{
color: #BDC436;
}
.AnyTagClassName
{
color: #BDC436;
}
</style>
background-color css
<style>
a { background-color: #BDC436; }
a { background-color: rgb(189,196,54); }
div.DivClassName
{
background-color: #BDC436;
}
.BgClassName
{
background-color: #BDC436;
}
</style>
border-color css
<style>
span { border-color: #BDC436; }
span { border-color: rgb(189,196,54); }
td.TdClassName
{
border-color: #BDC436;
}
.TagClassName
{
border-color: #BDC436;
}
</style>