Shades of Fuego #BECC28
Tints of Fuego #BECC28
RGB
CMYK
RGB Variations
Color information
#BECC28 (or 0xBECC28) is known color: Fuego. HEX triplet: BE, CC and 28. RGB value is (190,204,40). Sum of RGB (Red+Green+Blue) = 190+204+40=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECC28 is #4133D7. Grayscale: #B5B5B5. Windows color (decimal): -4273112 or 2673854. OLE color: 2673854.
HSL color Cylindrical-coordinate representation of color #BECC28: hue angle of 65.12º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BECC28 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 40 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.2 |
| HSL | 65.12º | 0.67% | 0.48% | - |
| HSV(B) | 65.12º | 0.8% | 0.8% | - |
| XYZ | 43.21 | 54.29 | 10.21 | - |
| YUV | 181.12 | 48.36 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 40 | 0.07 | 0 | 0.80 | 0.2 | 65.12 | 0.67 | 0.48 |
| Hex | BE | CC | 28 | 7 | 0 | 50 | 14 | 41 | 43 | 30 |
| Octal | 276 | 314 | 50 | 7 | 0 | 120 | 24 | 101 | 103 | 60 |
| Binary | 10111110 | 11001100 | 101000 | 111 | 0 | 1010000 | 10100 | 1000001 | 1000011 | 110000 |
Color Harmonies of #BECC28
Complementary color
Monochromatic Colors of #BECC28
Black with #BECC28
Text Example
Text Example
White with #BECC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC28; }
p { color: rgb(190,204,40); }
H1.HeaderClassName
{
color: #BECC28;
}
.AnyTagClassName
{
color: #BECC28;
}
</style>
background-color css
<style>
a { background-color: #BECC28; }
a { background-color: rgb(190,204,40); }
div.DivClassName
{
background-color: #BECC28;
}
.BgClassName
{
background-color: #BECC28;
}
</style>
border-color css
<style>
span { border-color: #BECC28; }
span { border-color: rgb(190,204,40); }
td.TdClassName
{
border-color: #BECC28;
}
.TagClassName
{
border-color: #BECC28;
}
</style>