Shades of Fuego #BECD2D
Tints of Fuego #BECD2D
RGB
CMYK
RGB Variations
Color information
#BECD2D (or 0xBECD2D) is known color: Fuego. HEX triplet: BE, CD and 2D. RGB value is (190,205,45). Sum of RGB (Red+Green+Blue) = 190+205+45=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECD2D is #4132D2. Grayscale: #B6B6B6. Windows color (decimal): -4272851 or 3001790. OLE color: 3001790.
HSL color Cylindrical-coordinate representation of color #BECD2D: hue angle of 65.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BECD2D is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 45 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.20 |
| HSL | 65.63º | 0.64% | 0.49% | - |
| HSV(B) | 65.63º | 0.78% | 0.8% | - |
| XYZ | 43.54 | 54.8 | 10.77 | - |
| YUV | 182.28 | 50.53 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 45 | 0.07 | 0 | 0.78 | 0.20 | 65.63 | 0.64 | 0.49 |
| Hex | BE | CD | 2D | 7 | 0 | 4E | 14 | 42 | 40 | 31 |
| Octal | 276 | 315 | 55 | 7 | 0 | 116 | 24 | 102 | 100 | 61 |
| Binary | 10111110 | 11001101 | 101101 | 111 | 0 | 1001110 | 10100 | 1000010 | 1000000 | 110001 |
Color Harmonies of #BECD2D
Complementary color
Monochromatic Colors of #BECD2D
Black with #BECD2D
Text Example
Text Example
White with #BECD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECD2D; }
p { color: rgb(190,205,45); }
H1.HeaderClassName
{
color: #BECD2D;
}
.AnyTagClassName
{
color: #BECD2D;
}
</style>
background-color css
<style>
a { background-color: #BECD2D; }
a { background-color: rgb(190,205,45); }
div.DivClassName
{
background-color: #BECD2D;
}
.BgClassName
{
background-color: #BECD2D;
}
</style>
border-color css
<style>
span { border-color: #BECD2D; }
span { border-color: rgb(190,205,45); }
td.TdClassName
{
border-color: #BECD2D;
}
.TagClassName
{
border-color: #BECD2D;
}
</style>