Shades of Fuego #BDC829
Tints of Fuego #BDC829
RGB
CMYK
RGB Variations
Color information
#BDC829 (or 0xBDC829) is known color: Fuego. HEX triplet: BD, C8 and 29. RGB value is (189,200,41). Sum of RGB (Red+Green+Blue) = 189+200+41=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC829 is #4237D6. Grayscale: #B3B3B3. Windows color (decimal): -4339671 or 2738365. OLE color: 2738365.
HSL color Cylindrical-coordinate representation of color #BDC829: hue angle of 64.15º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDC829 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 41 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.22 |
| HSL | 64.15º | 0.66% | 0.47% | - |
| HSV(B) | 64.15º | 0.8% | 0.78% | - |
| XYZ | 42.04 | 52.29 | 9.97 | - |
| YUV | 178.59 | 50.36 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 41 | 0.06 | 0 | 0.80 | 0.22 | 64.15 | 0.66 | 0.47 |
| Hex | BD | C8 | 29 | 6 | 0 | 50 | 16 | 40 | 42 | 2F |
| Octal | 275 | 310 | 51 | 6 | 0 | 120 | 26 | 100 | 102 | 57 |
| Binary | 10111101 | 11001000 | 101001 | 110 | 0 | 1010000 | 10110 | 1000000 | 1000010 | 101111 |
Color Harmonies of #BDC829
Complementary color
Monochromatic Colors of #BDC829
Black with #BDC829
Text Example
Text Example
White with #BDC829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC829; }
p { color: rgb(189,200,41); }
H1.HeaderClassName
{
color: #BDC829;
}
.AnyTagClassName
{
color: #BDC829;
}
</style>
background-color css
<style>
a { background-color: #BDC829; }
a { background-color: rgb(189,200,41); }
div.DivClassName
{
background-color: #BDC829;
}
.BgClassName
{
background-color: #BDC829;
}
</style>
border-color css
<style>
span { border-color: #BDC829; }
span { border-color: rgb(189,200,41); }
td.TdClassName
{
border-color: #BDC829;
}
.TagClassName
{
border-color: #BDC829;
}
</style>