#BECE65

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

Shades of Wild Willow #BECE65

Tints of Wild Willow #BECE65

Color information

#BECE65 (or 0xBECE65) is unknown color: approx Wild Willow. HEX triplet: BE, CE and 65. RGB value is (190,206,101). Sum of RGB (Red+Green+Blue) = 190+206+101=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE65 is #41319A. Grayscale: #BDBDBD. Windows color (decimal): -4272539 or 6672062. OLE color: 6672062.

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

Color convert

RGB190206101-
CMYK0.0800.510.19
HSL69.14º51.72%60.2%-
HSV(B)69.14º50.97%80.78%-
XYZ45.6656.0320.72-
YUV189.2578.2128.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 206 (80.86% from 255) = 41.45%
BLUE value IS 101 (39.84% from 255) = 20.32%
R=38.23%
G=41.45%
B=20.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061010.0800.510.1969.1451.7260.2
HexBECE6580331345343c
Octal27631614510063231056474
Binary1011111011001110110010110000110011100111000101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE65; }

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

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

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

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

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

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

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

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