#BEC260

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

Shades of Wild Willow #BEC260

Tints of Wild Willow #BEC260

Color information

#BEC260 (or 0xBEC260) is unknown color: approx Wild Willow. HEX triplet: BE, C2 and 60. RGB value is (190,194,96). Sum of RGB (Red+Green+Blue) = 190+194+96=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC260 is #413D9F. Grayscale: #B6B6B6. Windows color (decimal): -4275616 or 6341310. OLE color: 6341310.

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

Color convert

RGB19019496-
CMYK0.0200.510.24
HSL62.45º44.55%56.86%-
HSV(B)62.45º50.52%76.08%-
XYZ42.6450.3818.54-
YUV181.6379.67133.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 194 (76.17% from 255) = 40.42%
BLUE value IS 96 (37.89% from 255) = 20%
R=39.58%
G=40.42%
B=20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190194960.0200.510.2462.4544.5556.86
HexBEC2602033183e2d39
Octal276302140206330765571
Binary1011111011000010110000010011001111000111110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC260; }

 p { color: rgb(190,194,96); }

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

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

 a { background-color: rgb(190,194,96); }

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

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

 span { border-color: rgb(190,194,96); }

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