#BEC463

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

Shades of Wild Willow #BEC463

Tints of Wild Willow #BEC463

Color information

#BEC463 (or 0xBEC463) is unknown color: approx Wild Willow. HEX triplet: BE, C4 and 63. RGB value is (190,196,99). Sum of RGB (Red+Green+Blue) = 190+196+99=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC463 is #413B9C. Grayscale: #B7B7B7. Windows color (decimal): -4275101 or 6538430. OLE color: 6538430.

HSL color Cylindrical-coordinate representation of color #BEC463: hue angle of 63.71º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEC463 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB19019699-
CMYK0.0300.490.23
HSL63.71º45.12%57.84%-
HSV(B)63.71º49.49%76.86%-
XYZ43.2351.3319.43-
YUV183.1580.51132.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 196 (76.95% from 255) = 40.41%
BLUE value IS 99 (39.06% from 255) = 20.41%
R=39.18%
G=40.41%
B=20.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190196990.0300.490.2363.7145.1257.84
HexBEC463303117402d3a
Octal2763041433061271005572
Binary10111110110001001100011110110001101111000000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC463; }

 p { color: rgb(190,196,99); }

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

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

 a { background-color: rgb(190,196,99); }

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

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

 span { border-color: rgb(190,196,99); }

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