Shades of Fuego #BED622
Tints of Fuego #BED622
RGB
CMYK
RGB Variations
Color information
#BED622 (or 0xBED622) is known color: Fuego. HEX triplet: BE, D6 and 22. RGB value is (190,214,34). Sum of RGB (Red+Green+Blue) = 190+214+34=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 34 (13.67% from 255 or 7.76% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #BED622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED622 is #4129DD. Grayscale: #BBBBBB. Windows color (decimal): -4270558 or 2283198. OLE color: 2283198.
HSL color Cylindrical-coordinate representation of color #BED622: hue angle of 68º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BED622 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 34 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.16 |
| HSL | 68º | 0.73% | 0.49% | - |
| HSV(B) | 68º | 0.84% | 0.84% | - |
| XYZ | 45.57 | 59.16 | 10.53 | - |
| YUV | 186.3 | 42.05 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 34 | 0.11 | 0 | 0.84 | 0.16 | 68 | 0.73 | 0.49 |
| Hex | BE | D6 | 22 | B | 0 | 54 | 10 | 44 | 49 | 31 |
| Octal | 276 | 326 | 42 | 13 | 0 | 124 | 20 | 104 | 111 | 61 |
| Binary | 10111110 | 11010110 | 100010 | 1011 | 0 | 1010100 | 10000 | 1000100 | 1001001 | 110001 |
Color Harmonies of #BED622
Complementary color
Monochromatic Colors of #BED622
Black with #BED622
Text Example
Text Example
White with #BED622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED622; }
p { color: rgb(190,214,34); }
H1.HeaderClassName
{
color: #BED622;
}
.AnyTagClassName
{
color: #BED622;
}
</style>
background-color css
<style>
a { background-color: #BED622; }
a { background-color: rgb(190,214,34); }
div.DivClassName
{
background-color: #BED622;
}
.BgClassName
{
background-color: #BED622;
}
</style>
border-color css
<style>
span { border-color: #BED622; }
span { border-color: rgb(190,214,34); }
td.TdClassName
{
border-color: #BED622;
}
.TagClassName
{
border-color: #BED622;
}
</style>