#BEC66A

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

Shades of Wild Willow #BEC66A

Tints of Wild Willow #BEC66A

Color information

#BEC66A (or 0xBEC66A) is unknown color: approx Wild Willow. HEX triplet: BE, C6 and 6A. RGB value is (190,198,106). Sum of RGB (Red+Green+Blue) = 190+198+106=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC66A is #413995. Grayscale: #B9B9B9. Windows color (decimal): -4274582 or 6997694. OLE color: 6997694.

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

Color convert

RGB190198106-
CMYK0.0400.460.22
HSL65.22º44.66%59.61%-
HSV(B)65.22º46.46%77.65%-
XYZ44.0352.3821.42-
YUV185.1283.35131.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 198 (77.73% from 255) = 40.08%
BLUE value IS 106 (41.80% from 255) = 21.46%
R=38.46%
G=40.08%
B=21.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981060.0400.460.2265.2244.6659.61
HexBEC66A402E16412d3c
Octal2763061524056261015574
Binary101111101100011011010101000101110101101000001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC66A; }

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

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

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

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

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

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

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

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