#BECA6C

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

Shades of Wild Willow #BECA6C

Tints of Wild Willow #BECA6C

Color information

#BECA6C (or 0xBECA6C) is unknown color: approx Wild Willow. HEX triplet: BE, CA and 6C. RGB value is (190,202,108). Sum of RGB (Red+Green+Blue) = 190+202+108=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA6C is #413593. Grayscale: #BCBCBC. Windows color (decimal): -4273556 or 7129790. OLE color: 7129790.

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

Color convert

RGB190202108-
CMYK0.0600.470.21
HSL67.66º47%60.78%-
HSV(B)67.66º46.53%79.22%-
XYZ45.0654.2722.29-
YUV187.783.02129.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 108 (42.58% from 255) = 21.6%
R=38%
G=40.4%
B=21.6%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021080.0600.470.2167.664760.78
HexBECA6C602F15442f3d
Octal2763121546057251045775
Binary101111101100101011011001100101111101011000100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA6C; }

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

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

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

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

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

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

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

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