#BECA6A

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

Shades of Wild Willow #BECA6A

Tints of Wild Willow #BECA6A

Color information

#BECA6A (or 0xBECA6A) is unknown color: approx Wild Willow. HEX triplet: BE, CA and 6A. RGB value is (190,202,106). Sum of RGB (Red+Green+Blue) = 190+202+106=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA6A is #413595. Grayscale: #BBBBBB. Windows color (decimal): -4273558 or 6998718. OLE color: 6998718.

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

Color convert

RGB190202106-
CMYK0.0600.480.21
HSL67.5º47.52%60.39%-
HSV(B)67.5º47.52%79.22%-
XYZ44.9654.2321.73-
YUV187.4782.02129.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 202 (79.30% from 255) = 40.56%
BLUE value IS 106 (41.80% from 255) = 21.29%
R=38.15%
G=40.56%
B=21.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021060.0600.480.2167.547.5260.39
HexBECA6A60301544303c
Octal2763121526060251046074
Binary101111101100101011010101100110000101011000100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA6A; }

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

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

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

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

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

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

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

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