#BEC539

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

Shades of Fuego #BEC539

Tints of Fuego #BEC539

Color information

#BEC539 (or 0xBEC539) is unknown color: approx Fuego. HEX triplet: BE, C5 and 39. RGB value is (190,197,57). Sum of RGB (Red+Green+Blue) = 190+197+57=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 57 (22.66% from 255 or 12.84% from 444); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC539 is #413AC6. Grayscale: #B3B3B3. Windows color (decimal): -4274887 or 3786174. OLE color: 3786174.

HSL color Cylindrical-coordinate representation of color #BEC539: hue angle of 63º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEC539 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB19019757-
CMYK0.0400.710.23
HSL63º55.12%49.8%-
HSV(B)63º71.07%77.25%-
XYZ41.9451.1811.54-
YUV178.9559.18135.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 197 (77.34% from 255) = 44.37%
BLUE value IS 57 (22.66% from 255) = 12.84%
R=42.79%
G=44.37%
B=12.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190197570.0400.710.236355.1249.8
HexBEC5394047173f3732
Octal276305714010727776762
Binary10111110110001011110011000100011110111111111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC539; }

 p { color: rgb(190,197,57); }

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

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

 a { background-color: rgb(190,197,57); }

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

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

 span { border-color: rgb(190,197,57); }

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