#BEC868

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

Shades of Wild Willow #BEC868

Tints of Wild Willow #BEC868

Color information

#BEC868 (or 0xBEC868) is unknown color: approx Wild Willow. HEX triplet: BE, C8 and 68. RGB value is (190,200,104). Sum of RGB (Red+Green+Blue) = 190+200+104=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC868 is #413797. Grayscale: #BABABA. Windows color (decimal): -4274072 or 6867134. OLE color: 6867134.

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

Color convert

RGB190200104-
CMYK0.0500.480.22
HSL66.25º46.6%59.61%-
HSV(B)66.25º48%78.43%-
XYZ44.3953.2621.04-
YUV186.0781.69130.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 200 (78.52% from 255) = 40.49%
BLUE value IS 104 (41.02% from 255) = 21.05%
R=38.46%
G=40.49%
B=21.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001040.0500.480.2266.2546.659.61
HexBEC868503016422f3c
Octal2763101505060261025774
Binary101111101100100011010001010110000101101000010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC868; }

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

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

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

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

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

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

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

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