#BECA6E

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

Shades of Wild Willow #BECA6E

Tints of Wild Willow #BECA6E

Color information

#BECA6E (or 0xBECA6E) is unknown color: approx Wild Willow. HEX triplet: BE, CA and 6E. RGB value is (190,202,110). Sum of RGB (Red+Green+Blue) = 190+202+110=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA6E is #413591. Grayscale: #BCBCBC. Windows color (decimal): -4273554 or 7260862. OLE color: 7260862.

HSL color Cylindrical-coordinate representation of color #BECA6E: hue angle of 67.83º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BECA6E is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB190202110-
CMYK0.0600.460.21
HSL67.83º46.46%61.18%-
HSV(B)67.83º45.54%79.22%-
XYZ45.1754.3122.85-
YUV187.9284.02129.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 110 (43.36% from 255) = 21.91%
R=37.85%
G=40.24%
B=21.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021100.0600.460.2167.8346.4661.18
HexBECA6E602E15442e3d
Octal2763121566056251045675
Binary101111101100101011011101100101110101011000100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA6E; }

 p { color: rgb(190,202,110); }

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

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

 a { background-color: rgb(190,202,110); }

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

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

 span { border-color: rgb(190,202,110); }

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