Shades of Fuego #BED12A
Tints of Fuego #BED12A
RGB
CMYK
RGB Variations
Color information
#BED12A (or 0xBED12A) is known color: Fuego. HEX triplet: BE, D1 and 2A. RGB value is (190,209,42). Sum of RGB (Red+Green+Blue) = 190+209+42=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 209 - color contains mainly: green. Hex color #BED12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED12A is #412ED5. Grayscale: #B8B8B8. Windows color (decimal): -4271830 or 2806206. OLE color: 2806206.
HSL color Cylindrical-coordinate representation of color #BED12A: hue angle of 66.83º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BED12A is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 42 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.18 |
| HSL | 66.83º | 0.67% | 0.49% | - |
| HSV(B) | 66.83º | 0.8% | 0.82% | - |
| XYZ | 44.45 | 56.72 | 10.79 | - |
| YUV | 184.28 | 47.71 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 42 | 0.09 | 0 | 0.80 | 0.18 | 66.83 | 0.67 | 0.49 |
| Hex | BE | D1 | 2A | 9 | 0 | 50 | 12 | 43 | 43 | 31 |
| Octal | 276 | 321 | 52 | 11 | 0 | 120 | 22 | 103 | 103 | 61 |
| Binary | 10111110 | 11010001 | 101010 | 1001 | 0 | 1010000 | 10010 | 1000011 | 1000011 | 110001 |
Color Harmonies of #BED12A
Complementary color
Monochromatic Colors of #BED12A
Black with #BED12A
Text Example
Text Example
White with #BED12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED12A; }
p { color: rgb(190,209,42); }
H1.HeaderClassName
{
color: #BED12A;
}
.AnyTagClassName
{
color: #BED12A;
}
</style>
background-color css
<style>
a { background-color: #BED12A; }
a { background-color: rgb(190,209,42); }
div.DivClassName
{
background-color: #BED12A;
}
.BgClassName
{
background-color: #BED12A;
}
</style>
border-color css
<style>
span { border-color: #BED12A; }
span { border-color: rgb(190,209,42); }
td.TdClassName
{
border-color: #BED12A;
}
.TagClassName
{
border-color: #BED12A;
}
</style>