Shades of Fuego #BDC738
Tints of Fuego #BDC738
RGB
CMYK
RGB Variations
Color information
#BDC738 (or 0xBDC738) is known color: Fuego. HEX triplet: BD, C7 and 38. RGB value is (189,199,56). Sum of RGB (Red+Green+Blue) = 189+199+56=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC738 is #4238C7. Grayscale: #B4B4B4. Windows color (decimal): -4339912 or 3721149. OLE color: 3721149.
HSL color Cylindrical-coordinate representation of color #BDC738: hue angle of 64.2º degrees, saturation: 0.56, 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 #BDC738 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 56 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.22 |
| HSL | 64.2º | 0.56% | 0.5% | - |
| HSV(B) | 64.2º | 0.72% | 0.78% | - |
| XYZ | 42.12 | 51.95 | 11.55 | - |
| YUV | 179.71 | 58.19 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 56 | 0.05 | 0 | 0.72 | 0.22 | 64.2 | 0.56 | 0.5 |
| Hex | BD | C7 | 38 | 5 | 0 | 48 | 16 | 40 | 38 | 32 |
| Octal | 275 | 307 | 70 | 5 | 0 | 110 | 26 | 100 | 70 | 62 |
| Binary | 10111101 | 11000111 | 111000 | 101 | 0 | 1001000 | 10110 | 1000000 | 111000 | 110010 |
Color Harmonies of #BDC738
Complementary color
Monochromatic Colors of #BDC738
Black with #BDC738
Text Example
Text Example
White with #BDC738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC738; }
p { color: rgb(189,199,56); }
H1.HeaderClassName
{
color: #BDC738;
}
.AnyTagClassName
{
color: #BDC738;
}
</style>
background-color css
<style>
a { background-color: #BDC738; }
a { background-color: rgb(189,199,56); }
div.DivClassName
{
background-color: #BDC738;
}
.BgClassName
{
background-color: #BDC738;
}
</style>
border-color css
<style>
span { border-color: #BDC738; }
span { border-color: rgb(189,199,56); }
td.TdClassName
{
border-color: #BDC738;
}
.TagClassName
{
border-color: #BDC738;
}
</style>