Shades of Fuego #BED92D
Tints of Fuego #BED92D
RGB
CMYK
RGB Variations
Color information
#BED92D (or 0xBED92D) is known color: Fuego. HEX triplet: BE, D9 and 2D. RGB value is (190,217,45). Sum of RGB (Red+Green+Blue) = 190+217+45=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #BED92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED92D is #4126D2. Grayscale: #BDBDBD. Windows color (decimal): -4269779 or 3004862. OLE color: 3004862.
HSL color Cylindrical-coordinate representation of color #BED92D: hue angle of 69.42º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BED92D is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 45 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.15 |
| HSL | 69.42º | 0.69% | 0.51% | - |
| HSV(B) | 69.42º | 0.79% | 0.85% | - |
| XYZ | 46.52 | 60.76 | 11.76 | - |
| YUV | 189.32 | 46.55 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 45 | 0.12 | 0 | 0.79 | 0.15 | 69.42 | 0.69 | 0.51 |
| Hex | BE | D9 | 2D | C | 0 | 4F | F | 45 | 45 | 33 |
| Octal | 276 | 331 | 55 | 14 | 0 | 117 | 17 | 105 | 105 | 63 |
| Binary | 10111110 | 11011001 | 101101 | 1100 | 0 | 1001111 | 1111 | 1000101 | 1000101 | 110011 |
Color Harmonies of #BED92D
Complementary color
Monochromatic Colors of #BED92D
Black with #BED92D
Text Example
Text Example
White with #BED92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED92D; }
p { color: rgb(190,217,45); }
H1.HeaderClassName
{
color: #BED92D;
}
.AnyTagClassName
{
color: #BED92D;
}
</style>
background-color css
<style>
a { background-color: #BED92D; }
a { background-color: rgb(190,217,45); }
div.DivClassName
{
background-color: #BED92D;
}
.BgClassName
{
background-color: #BED92D;
}
</style>
border-color css
<style>
span { border-color: #BED92D; }
span { border-color: rgb(190,217,45); }
td.TdClassName
{
border-color: #BED92D;
}
.TagClassName
{
border-color: #BED92D;
}
</style>