Shades of Fuego #BED926
Tints of Fuego #BED926
RGB
CMYK
RGB Variations
Color information
#BED926 (or 0xBED926) is known color: Fuego. HEX triplet: BE, D9 and 26. RGB value is (190,217,38). Sum of RGB (Red+Green+Blue) = 190+217+38=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 217 - color contains mainly: green. Hex color #BED926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED926 is #4126D9. Grayscale: #BDBDBD. Windows color (decimal): -4269786 or 2546110. OLE color: 2546110.
HSL color Cylindrical-coordinate representation of color #BED926: hue angle of 69.05º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BED926 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 38 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.15 |
| HSL | 69.05º | 0.7% | 0.5% | - |
| HSV(B) | 69.05º | 0.82% | 0.85% | - |
| XYZ | 46.4 | 60.71 | 11.11 | - |
| YUV | 188.52 | 43.05 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 38 | 0.12 | 0 | 0.82 | 0.15 | 69.05 | 0.7 | 0.5 |
| Hex | BE | D9 | 26 | C | 0 | 52 | F | 45 | 46 | 32 |
| Octal | 276 | 331 | 46 | 14 | 0 | 122 | 17 | 105 | 106 | 62 |
| Binary | 10111110 | 11011001 | 100110 | 1100 | 0 | 1010010 | 1111 | 1000101 | 1000110 | 110010 |
Color Harmonies of #BED926
Complementary color
Monochromatic Colors of #BED926
Black with #BED926
Text Example
Text Example
White with #BED926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED926; }
p { color: rgb(190,217,38); }
H1.HeaderClassName
{
color: #BED926;
}
.AnyTagClassName
{
color: #BED926;
}
</style>
background-color css
<style>
a { background-color: #BED926; }
a { background-color: rgb(190,217,38); }
div.DivClassName
{
background-color: #BED926;
}
.BgClassName
{
background-color: #BED926;
}
</style>
border-color css
<style>
span { border-color: #BED926; }
span { border-color: rgb(190,217,38); }
td.TdClassName
{
border-color: #BED926;
}
.TagClassName
{
border-color: #BED926;
}
</style>