#BEC46C

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

Shades of Wild Willow #BEC46C

Tints of Wild Willow #BEC46C

Color information

#BEC46C (or 0xBEC46C) is unknown color: approx Wild Willow. HEX triplet: BE, C4 and 6C. RGB value is (190,196,108). Sum of RGB (Red+Green+Blue) = 190+196+108=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC46C is #413B93. Grayscale: #B8B8B8. Windows color (decimal): -4275092 or 7128254. OLE color: 7128254.

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

Color convert

RGB190196108-
CMYK0.0300.450.23
HSL64.09º42.72%59.61%-
HSV(B)64.09º44.9%76.86%-
XYZ43.6851.5121.83-
YUV184.1785.01132.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 196 (76.95% from 255) = 39.68%
BLUE value IS 108 (42.58% from 255) = 21.86%
R=38.46%
G=39.68%
B=21.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961080.0300.450.2364.0942.7259.61
HexBEC46C302D17402b3c
Octal2763041543055271005374
Binary10111110110001001101100110101101101111000000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC46C; }

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

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

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

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

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

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

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

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