Shades of Fuego #BEC32D
Tints of Fuego #BEC32D
RGB
CMYK
RGB Variations
Color information
#BEC32D (or 0xBEC32D) is known color: Fuego. HEX triplet: BE, C3 and 2D. RGB value is (190,195,45). Sum of RGB (Red+Green+Blue) = 190+195+45=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC32D is #413CD2. Grayscale: #B1B1B1. Windows color (decimal): -4275411 or 2999230. OLE color: 2999230.
HSL color Cylindrical-coordinate representation of color #BEC32D: hue angle of 62º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEC32D is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 45 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.24 |
| HSL | 62º | 0.63% | 0.47% | - |
| HSV(B) | 62º | 0.77% | 0.76% | - |
| XYZ | 41.22 | 50.17 | 9.99 | - |
| YUV | 176.41 | 53.84 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 45 | 0.03 | 0 | 0.77 | 0.24 | 62 | 0.63 | 0.47 |
| Hex | BE | C3 | 2D | 3 | 0 | 4D | 18 | 3E | 3E | 2F |
| Octal | 276 | 303 | 55 | 3 | 0 | 115 | 30 | 76 | 76 | 57 |
| Binary | 10111110 | 11000011 | 101101 | 11 | 0 | 1001101 | 11000 | 111110 | 111110 | 101111 |
Color Harmonies of #BEC32D
Complementary color
Monochromatic Colors of #BEC32D
Black with #BEC32D
Text Example
Text Example
White with #BEC32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC32D; }
p { color: rgb(190,195,45); }
H1.HeaderClassName
{
color: #BEC32D;
}
.AnyTagClassName
{
color: #BEC32D;
}
</style>
background-color css
<style>
a { background-color: #BEC32D; }
a { background-color: rgb(190,195,45); }
div.DivClassName
{
background-color: #BEC32D;
}
.BgClassName
{
background-color: #BEC32D;
}
</style>
border-color css
<style>
span { border-color: #BEC32D; }
span { border-color: rgb(190,195,45); }
td.TdClassName
{
border-color: #BEC32D;
}
.TagClassName
{
border-color: #BEC32D;
}
</style>