#BEC165

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

Shades of Wild Willow #BEC165

Tints of Wild Willow #BEC165

Color information

#BEC165 (or 0xBEC165) is unknown color: approx Wild Willow. HEX triplet: BE, C1 and 65. RGB value is (190,193,101). Sum of RGB (Red+Green+Blue) = 190+193+101=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC165 is #413E9A. Grayscale: #B5B5B5. Windows color (decimal): -4275867 or 6668734. OLE color: 6668734.

HSL color Cylindrical-coordinate representation of color #BEC165: hue angle of 61.96º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEC165 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB190193101-
CMYK0.0200.480.24
HSL61.96º42.59%57.65%-
HSV(B)61.96º47.67%75.69%-
XYZ42.6550.0319.72-
YUV181.6282.51133.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 193 (75.78% from 255) = 39.88%
BLUE value IS 101 (39.84% from 255) = 20.87%
R=39.26%
G=39.88%
B=20.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931010.0200.480.2461.9642.5957.65
HexBEC1652030183e2b3a
Octal276301145206030765372
Binary1011111011000001110010110011000011000111110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC165; }

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

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

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

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

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

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

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

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