Shades of Fuego #BED022
Tints of Fuego #BED022
RGB
CMYK
RGB Variations
Color information
#BED022 (or 0xBED022) is known color: Fuego. HEX triplet: BE, D0 and 22. RGB value is (190,208,34). Sum of RGB (Red+Green+Blue) = 190+208+34=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 34 (13.67% from 255 or 7.87% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #BED022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED022 is #412FDD. Grayscale: #B7B7B7. Windows color (decimal): -4272094 or 2281662. OLE color: 2281662.
HSL color Cylindrical-coordinate representation of color #BED022: hue angle of 66.21º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BED022 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 34 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.18 |
| HSL | 66.21º | 0.72% | 0.47% | - |
| HSV(B) | 66.21º | 0.84% | 0.82% | - |
| XYZ | 44.08 | 56.17 | 10.03 | - |
| YUV | 182.78 | 44.04 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 34 | 0.09 | 0 | 0.84 | 0.18 | 66.21 | 0.72 | 0.47 |
| Hex | BE | D0 | 22 | 9 | 0 | 54 | 12 | 42 | 48 | 2F |
| Octal | 276 | 320 | 42 | 11 | 0 | 124 | 22 | 102 | 110 | 57 |
| Binary | 10111110 | 11010000 | 100010 | 1001 | 0 | 1010100 | 10010 | 1000010 | 1001000 | 101111 |
Color Harmonies of #BED022
Complementary color
Monochromatic Colors of #BED022
Black with #BED022
Text Example
Text Example
White with #BED022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED022; }
p { color: rgb(190,208,34); }
H1.HeaderClassName
{
color: #BED022;
}
.AnyTagClassName
{
color: #BED022;
}
</style>
background-color css
<style>
a { background-color: #BED022; }
a { background-color: rgb(190,208,34); }
div.DivClassName
{
background-color: #BED022;
}
.BgClassName
{
background-color: #BED022;
}
</style>
border-color css
<style>
span { border-color: #BED022; }
span { border-color: rgb(190,208,34); }
td.TdClassName
{
border-color: #BED022;
}
.TagClassName
{
border-color: #BED022;
}
</style>