#BEC364

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

Shades of Wild Willow #BEC364

Tints of Wild Willow #BEC364

Color information

#BEC364 (or 0xBEC364) is unknown color: approx Wild Willow. HEX triplet: BE, C3 and 64. RGB value is (190,195,100). Sum of RGB (Red+Green+Blue) = 190+195+100=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC364 is #413C9B. Grayscale: #B7B7B7. Windows color (decimal): -4275356 or 6603710. OLE color: 6603710.

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

Color convert

RGB190195100-
CMYK0.0300.490.24
HSL63.16º44.19%57.84%-
HSV(B)63.16º48.72%76.47%-
XYZ43.0550.919.61-
YUV182.6881.34133.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 195 (76.56% from 255) = 40.21%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=39.18%
G=40.21%
B=20.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951000.0300.490.2463.1644.1957.84
HexBEC3643031183f2c3a
Octal276303144306130775472
Binary1011111011000011110010011011000111000111111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC364; }

 p { color: rgb(190,195,100); }

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

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

 a { background-color: rgb(190,195,100); }

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

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

 span { border-color: rgb(190,195,100); }

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