Shades of Fuego #BEC83B
Tints of Fuego #BEC83B
RGB
CMYK
RGB Variations
Color information
#BEC83B (or 0xBEC83B) is known color: Fuego. HEX triplet: BE, C8 and 3B. RGB value is (190,200,59). Sum of RGB (Red+Green+Blue) = 190+200+59=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC83B is #4137C4. Grayscale: #B5B5B5. Windows color (decimal): -4274117 or 3918014. OLE color: 3918014.
HSL color Cylindrical-coordinate representation of color #BEC83B: hue angle of 64.26º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEC83B is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 59 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.22 |
| HSL | 64.26º | 0.56% | 0.51% | - |
| HSV(B) | 64.26º | 0.71% | 0.78% | - |
| XYZ | 42.68 | 52.57 | 12.04 | - |
| YUV | 180.94 | 59.19 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 59 | 0.05 | 0 | 0.70 | 0.22 | 64.26 | 0.56 | 0.51 |
| Hex | BE | C8 | 3B | 5 | 0 | 46 | 16 | 40 | 38 | 33 |
| Octal | 276 | 310 | 73 | 5 | 0 | 106 | 26 | 100 | 70 | 63 |
| Binary | 10111110 | 11001000 | 111011 | 101 | 0 | 1000110 | 10110 | 1000000 | 111000 | 110011 |
Color Harmonies of #BEC83B
Complementary color
Monochromatic Colors of #BEC83B
Black with #BEC83B
Text Example
Text Example
White with #BEC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC83B; }
p { color: rgb(190,200,59); }
H1.HeaderClassName
{
color: #BEC83B;
}
.AnyTagClassName
{
color: #BEC83B;
}
</style>
background-color css
<style>
a { background-color: #BEC83B; }
a { background-color: rgb(190,200,59); }
div.DivClassName
{
background-color: #BEC83B;
}
.BgClassName
{
background-color: #BEC83B;
}
</style>
border-color css
<style>
span { border-color: #BEC83B; }
span { border-color: rgb(190,200,59); }
td.TdClassName
{
border-color: #BEC83B;
}
.TagClassName
{
border-color: #BEC83B;
}
</style>