#bec65e

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

Shades of Wild Willow #BEC65E

Tints of Wild Willow #BEC65E

Color information

#BEC65E (or 0xBEC65E) is unknown color: approx Wild Willow. HEX triplet: BE, C6 and 5E. RGB value is (190,198,94). Sum of RGB (Red+Green+Blue) = 190+198+94=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC65E is #4139A1. Grayscale: #B8B8B8. Windows color (decimal): -4274594 or 6211262. OLE color: 6211262.

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

Color convert

RGB19019894-
CMYK0.0400.530.22
HSL64.62º47.71%57.25%-
HSV(B)64.62º52.53%77.65%-
XYZ43.4552.1418.36-
YUV183.7577.35132.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 198 (77.73% from 255) = 41.08%
BLUE value IS 94 (37.11% from 255) = 19.50%
R=39.42%
G=41.08%
B=19.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190198940.0400.530.2264.6247.7157.25
HexBEC65E403516413039
Octal2763061364065261016071
Binary101111101100011010111101000110101101101000001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bec65e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bec65e; }

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

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

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

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

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

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

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

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