#BEC861

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

Shades of Wild Willow #BEC861

Tints of Wild Willow #BEC861

Color information

#BEC861 (or 0xBEC861) is unknown color: approx Wild Willow. HEX triplet: BE, C8 and 61. RGB value is (190,200,97). Sum of RGB (Red+Green+Blue) = 190+200+97=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC861 is #41379E. Grayscale: #B9B9B9. Windows color (decimal): -4274079 or 6408382. OLE color: 6408382.

HSL color Cylindrical-coordinate representation of color #BEC861: hue angle of 65.83º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEC861 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19020097-
CMYK0.0500.520.22
HSL65.83º48.36%58.24%-
HSV(B)65.83º51.5%78.43%-
XYZ44.0553.1219.24-
YUV185.2778.19131.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 200 (78.52% from 255) = 41.07%
BLUE value IS 97 (38.28% from 255) = 19.92%
R=39.01%
G=41.07%
B=19.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190200970.0500.520.2265.8348.3658.24
HexBEC86150341642303a
Octal2763101415064261026072
Binary101111101100100011000011010110100101101000010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC861; }

 p { color: rgb(190,200,97); }

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

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

 a { background-color: rgb(190,200,97); }

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

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

 span { border-color: rgb(190,200,97); }

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