#BEC864

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

Shades of Wild Willow #BEC864

Tints of Wild Willow #BEC864

Color information

#BEC864 (or 0xBEC864) is unknown color: approx Wild Willow. HEX triplet: BE, C8 and 64. RGB value is (190,200,100). Sum of RGB (Red+Green+Blue) = 190+200+100=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC864 is #41379B. Grayscale: #BABABA. Windows color (decimal): -4274076 or 6604990. OLE color: 6604990.

HSL color Cylindrical-coordinate representation of color #BEC864: hue angle of 66º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEC864 is Cyan = 0.05, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB190200100-
CMYK0.0500.50.22
HSL66º47.62%58.82%-
HSV(B)66º50%78.43%-
XYZ44.1953.1819.99-
YUV185.6179.69131.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 200 (78.52% from 255) = 40.82%
BLUE value IS 100 (39.45% from 255) = 20.41%
R=38.78%
G=40.82%
B=20.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001000.0500.50.226647.6258.82
HexBEC86450321642303b
Octal2763101445062261026073
Binary101111101100100011001001010110010101101000010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC864; }

 p { color: rgb(190,200,100); }

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

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

 a { background-color: rgb(190,200,100); }

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

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

 span { border-color: rgb(190,200,100); }

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