Shades of Fuego #BEDB2A
Tints of Fuego #BEDB2A
RGB
CMYK
RGB Variations
Color information
#BEDB2A (or 0xBEDB2A) is known color: Fuego. HEX triplet: BE, DB and 2A. RGB value is (190,219,42). Sum of RGB (Red+Green+Blue) = 190+219+42=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDB2A is #4124D5. Grayscale: #BEBEBE. Windows color (decimal): -4269270 or 2808766. OLE color: 2808766.
HSL color Cylindrical-coordinate representation of color #BEDB2A: hue angle of 69.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEDB2A is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 42 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.14 |
| HSL | 69.83º | 0.71% | 0.51% | - |
| HSV(B) | 69.83º | 0.81% | 0.86% | - |
| XYZ | 46.98 | 61.78 | 11.64 | - |
| YUV | 190.15 | 44.39 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 42 | 0.13 | 0 | 0.81 | 0.14 | 69.83 | 0.71 | 0.51 |
| Hex | BE | DB | 2A | D | 0 | 51 | E | 46 | 47 | 33 |
| Octal | 276 | 333 | 52 | 15 | 0 | 121 | 16 | 106 | 107 | 63 |
| Binary | 10111110 | 11011011 | 101010 | 1101 | 0 | 1010001 | 1110 | 1000110 | 1000111 | 110011 |
Color Harmonies of #BEDB2A
Complementary color
Monochromatic Colors of #BEDB2A
Black with #BEDB2A
Text Example
Text Example
White with #BEDB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB2A; }
p { color: rgb(190,219,42); }
H1.HeaderClassName
{
color: #BEDB2A;
}
.AnyTagClassName
{
color: #BEDB2A;
}
</style>
background-color css
<style>
a { background-color: #BEDB2A; }
a { background-color: rgb(190,219,42); }
div.DivClassName
{
background-color: #BEDB2A;
}
.BgClassName
{
background-color: #BEDB2A;
}
</style>
border-color css
<style>
span { border-color: #BEDB2A; }
span { border-color: rgb(190,219,42); }
td.TdClassName
{
border-color: #BEDB2A;
}
.TagClassName
{
border-color: #BEDB2A;
}
</style>