#BECD6F

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

Shades of Wild Willow #BECD6F

Tints of Wild Willow #BECD6F

Color information

#BECD6F (or 0xBECD6F) is unknown color: approx Wild Willow. HEX triplet: BE, CD and 6F. RGB value is (190,205,111). Sum of RGB (Red+Green+Blue) = 190+205+111=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECD6F is #413290. Grayscale: #BEBEBE. Windows color (decimal): -4272785 or 7327166. OLE color: 7327166.

HSL color Cylindrical-coordinate representation of color #BECD6F: hue angle of 69.57º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BECD6F is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB190205111-
CMYK0.0700.460.20
HSL69.57º48.45%61.96%-
HSV(B)69.57º45.85%80.39%-
XYZ45.9455.7623.38-
YUV189.883.53128.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 111 (43.75% from 255) = 21.94%
R=37.55%
G=40.51%
B=21.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902051110.0700.460.2069.5748.4561.96
HexBECD6F702E1446303e
Octal2763151577056241066076
Binary101111101100110111011111110101110101001000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECD6F; }

 p { color: rgb(190,205,111); }

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

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

 a { background-color: rgb(190,205,111); }

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

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

 span { border-color: rgb(190,205,111); }

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