#BEC56A

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

Shades of Wild Willow #BEC56A

Tints of Wild Willow #BEC56A

Color information

#BEC56A (or 0xBEC56A) is unknown color: approx Wild Willow. HEX triplet: BE, C5 and 6A. RGB value is (190,197,106). Sum of RGB (Red+Green+Blue) = 190+197+106=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC56A is #413A95. Grayscale: #B8B8B8. Windows color (decimal): -4274838 or 6997438. OLE color: 6997438.

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

Color convert

RGB190197106-
CMYK0.0400.460.23
HSL64.62º43.96%59.41%-
HSV(B)64.62º46.19%77.25%-
XYZ43.851.9221.35-
YUV184.5383.68131.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 197 (77.34% from 255) = 39.96%
BLUE value IS 106 (41.80% from 255) = 21.50%
R=38.54%
G=39.96%
B=21.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971060.0400.460.2364.6243.9659.41
HexBEC56A402E17412c3b
Octal2763051524056271015473
Binary101111101100010111010101000101110101111000001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC56A; }

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

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

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

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

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

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

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

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