Shades of Fuego #BEC93C
Tints of Fuego #BEC93C
RGB
CMYK
RGB Variations
Color information
#BEC93C (or 0xBEC93C) is known color: Fuego. HEX triplet: BE, C9 and 3C. RGB value is (190,201,60). Sum of RGB (Red+Green+Blue) = 190+201+60=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC93C is #4136C3. Grayscale: #B6B6B6. Windows color (decimal): -4273860 or 3983806. OLE color: 3983806.
HSL color Cylindrical-coordinate representation of color #BEC93C: hue angle of 64.68º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEC93C is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 60 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.21 |
| HSL | 64.68º | 0.57% | 0.51% | - |
| HSV(B) | 64.68º | 0.7% | 0.79% | - |
| XYZ | 42.94 | 53.05 | 12.25 | - |
| YUV | 181.64 | 59.36 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 60 | 0.05 | 0 | 0.70 | 0.21 | 64.68 | 0.57 | 0.51 |
| Hex | BE | C9 | 3C | 5 | 0 | 46 | 15 | 41 | 39 | 33 |
| Octal | 276 | 311 | 74 | 5 | 0 | 106 | 25 | 101 | 71 | 63 |
| Binary | 10111110 | 11001001 | 111100 | 101 | 0 | 1000110 | 10101 | 1000001 | 111001 | 110011 |
Color Harmonies of #BEC93C
Complementary color
Monochromatic Colors of #BEC93C
Black with #BEC93C
Text Example
Text Example
White with #BEC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC93C; }
p { color: rgb(190,201,60); }
H1.HeaderClassName
{
color: #BEC93C;
}
.AnyTagClassName
{
color: #BEC93C;
}
</style>
background-color css
<style>
a { background-color: #BEC93C; }
a { background-color: rgb(190,201,60); }
div.DivClassName
{
background-color: #BEC93C;
}
.BgClassName
{
background-color: #BEC93C;
}
</style>
border-color css
<style>
span { border-color: #BEC93C; }
span { border-color: rgb(190,201,60); }
td.TdClassName
{
border-color: #BEC93C;
}
.TagClassName
{
border-color: #BEC93C;
}
</style>