#BEC164

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

Shades of Wild Willow #BEC164

Tints of Wild Willow #BEC164

Color information

#BEC164 (or 0xBEC164) is unknown color: approx Wild Willow. HEX triplet: BE, C1 and 64. RGB value is (190,193,100). Sum of RGB (Red+Green+Blue) = 190+193+100=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC164 is #413E9B. Grayscale: #B5B5B5. Windows color (decimal): -4275868 or 6603198. OLE color: 6603198.

HSL color Cylindrical-coordinate representation of color #BEC164: hue angle of 61.94º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEC164 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB190193100-
CMYK0.0200.480.24
HSL61.94º42.86%57.45%-
HSV(B)61.94º48.19%75.69%-
XYZ42.6150.0119.46-
YUV181.582.01134.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 193 (75.78% from 255) = 39.96%
BLUE value IS 100 (39.45% from 255) = 20.70%
R=39.34%
G=39.96%
B=20.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931000.0200.480.2461.9442.8657.45
HexBEC1642030183e2b39
Octal276301144206030765371
Binary1011111011000001110010010011000011000111110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC164; }

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

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

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

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

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

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

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

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