Shades of Fuego #BED333
Tints of Fuego #BED333
RGB
CMYK
RGB Variations
Color information
#BED333 (or 0xBED333) is known color: Fuego. HEX triplet: BE, D3 and 33. RGB value is (190,211,51). Sum of RGB (Red+Green+Blue) = 190+211+51=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 51 (20.31% from 255 or 11.28% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #BED333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED333 is #412CCC. Grayscale: #BBBBBB. Windows color (decimal): -4271309 or 3396542. OLE color: 3396542.
HSL color Cylindrical-coordinate representation of color #BED333: hue angle of 67.88º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BED333 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 51 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.17 |
| HSL | 67.88º | 0.65% | 0.51% | - |
| HSV(B) | 67.88º | 0.76% | 0.83% | - |
| XYZ | 45.13 | 57.77 | 11.91 | - |
| YUV | 186.48 | 51.54 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 51 | 0.10 | 0 | 0.76 | 0.17 | 67.88 | 0.65 | 0.51 |
| Hex | BE | D3 | 33 | A | 0 | 4C | 11 | 44 | 41 | 33 |
| Octal | 276 | 323 | 63 | 12 | 0 | 114 | 21 | 104 | 101 | 63 |
| Binary | 10111110 | 11010011 | 110011 | 1010 | 0 | 1001100 | 10001 | 1000100 | 1000001 | 110011 |
Color Harmonies of #BED333
Complementary color
Monochromatic Colors of #BED333
Black with #BED333
Text Example
Text Example
White with #BED333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED333; }
p { color: rgb(190,211,51); }
H1.HeaderClassName
{
color: #BED333;
}
.AnyTagClassName
{
color: #BED333;
}
</style>
background-color css
<style>
a { background-color: #BED333; }
a { background-color: rgb(190,211,51); }
div.DivClassName
{
background-color: #BED333;
}
.BgClassName
{
background-color: #BED333;
}
</style>
border-color css
<style>
span { border-color: #BED333; }
span { border-color: rgb(190,211,51); }
td.TdClassName
{
border-color: #BED333;
}
.TagClassName
{
border-color: #BED333;
}
</style>