Shades of Fuego #BED12B
Tints of Fuego #BED12B
RGB
CMYK
RGB Variations
Color information
#BED12B (or 0xBED12B) is known color: Fuego. HEX triplet: BE, D1 and 2B. RGB value is (190,209,43). Sum of RGB (Red+Green+Blue) = 190+209+43=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 43 (17.19% from 255 or 9.73% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #BED12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED12B is #412ED4. Grayscale: #B9B9B9. Windows color (decimal): -4271829 or 2871742. OLE color: 2871742.
HSL color Cylindrical-coordinate representation of color #BED12B: hue angle of 66.87º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BED12B is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 43 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.18 |
| HSL | 66.87º | 0.66% | 0.49% | - |
| HSV(B) | 66.87º | 0.79% | 0.82% | - |
| XYZ | 44.47 | 56.72 | 10.89 | - |
| YUV | 184.4 | 48.21 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 43 | 0.09 | 0 | 0.79 | 0.18 | 66.87 | 0.66 | 0.49 |
| Hex | BE | D1 | 2B | 9 | 0 | 4F | 12 | 43 | 42 | 31 |
| Octal | 276 | 321 | 53 | 11 | 0 | 117 | 22 | 103 | 102 | 61 |
| Binary | 10111110 | 11010001 | 101011 | 1001 | 0 | 1001111 | 10010 | 1000011 | 1000010 | 110001 |
Color Harmonies of #BED12B
Complementary color
Monochromatic Colors of #BED12B
Black with #BED12B
Text Example
Text Example
White with #BED12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED12B; }
p { color: rgb(190,209,43); }
H1.HeaderClassName
{
color: #BED12B;
}
.AnyTagClassName
{
color: #BED12B;
}
</style>
background-color css
<style>
a { background-color: #BED12B; }
a { background-color: rgb(190,209,43); }
div.DivClassName
{
background-color: #BED12B;
}
.BgClassName
{
background-color: #BED12B;
}
</style>
border-color css
<style>
span { border-color: #BED12B; }
span { border-color: rgb(190,209,43); }
td.TdClassName
{
border-color: #BED12B;
}
.TagClassName
{
border-color: #BED12B;
}
</style>