#BEC62E

Color #BEC62E Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BEC62E

Tints of Fuego #BEC62E

Color information

#BEC62E (or 0xBEC62E) is unknown color: approx Fuego. HEX triplet: BE, C6 and 2E. RGB value is (190,198,46). Sum of RGB (Red+Green+Blue) = 190+198+46=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC62E is #4139D1. Grayscale: #B2B2B2. Windows color (decimal): -4274642 or 3065534. OLE color: 3065534.

HSL color Cylindrical-coordinate representation of color #BEC62E: hue angle of 63.16º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEC62E is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB19019846-
CMYK0.0400.770.22
HSL63.16º62.3%47.84%-
HSV(B)63.16º76.77%77.65%-
XYZ41.9251.5310.32-
YUV178.2853.35136.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 198 (77.73% from 255) = 45.62%
BLUE value IS 46 (18.36% from 255) = 10.60%
R=43.78%
G=45.62%
B=10.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190198460.0400.770.2263.1662.347.84
HexBEC62E404D163f3e30
Octal276306564011526777660
Binary10111110110001101011101000100110110110111111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC62E; }

 p { color: rgb(190,198,46); }

 H1.HeaderClassName
 {
   color: #BEC62E;
 }
 .AnyTagClassName
 {
   color: #BEC62E;
 }
</style>
background-color css

<style>
 a { background-color: #BEC62E; }

 a { background-color: rgb(190,198,46); }

 div.DivClassName
 {
   background-color: #BEC62E;
 }
 .BgClassName
 {
   background-color: #BEC62E;
 }
</style>
border-color css

<style>
 span { border-color: #BEC62E; }

 span { border-color: rgb(190,198,46); }

 td.TdClassName
 {
   border-color: #BEC62E;
 }
 .TagClassName
 {
   border-color: #BEC62E;
 }
</style>