#BECE6A

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

Shades of Wild Willow #BECE6A

Tints of Wild Willow #BECE6A

Color information

#BECE6A (or 0xBECE6A) is unknown color: approx Wild Willow. HEX triplet: BE, CE and 6A. RGB value is (190,206,106). Sum of RGB (Red+Green+Blue) = 190+206+106=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE6A is #413195. Grayscale: #BEBEBE. Windows color (decimal): -4272534 or 6999742. OLE color: 6999742.

HSL color Cylindrical-coordinate representation of color #BECE6A: hue angle of 69.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BECE6A is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB190206106-
CMYK0.0800.490.19
HSL69.6º50.51%61.18%-
HSV(B)69.6º48.54%80.78%-
XYZ45.9156.1322.05-
YUV189.8280.7128.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 206 (80.86% from 255) = 41.04%
BLUE value IS 106 (41.80% from 255) = 21.12%
R=37.85%
G=41.04%
B=21.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061060.0800.490.1969.650.5161.18
HexBECE6A80311346333d
Octal27631615210061231066375
Binary1011111011001110110101010000110001100111000110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE6A; }

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

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

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

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

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

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

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

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