#BEC768

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

Shades of Wild Willow #BEC768

Tints of Wild Willow #BEC768

Color information

#BEC768 (or 0xBEC768) is unknown color: approx Wild Willow. HEX triplet: BE, C7 and 68. RGB value is (190,199,104). Sum of RGB (Red+Green+Blue) = 190+199+104=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC768 is #413897. Grayscale: #B9B9B9. Windows color (decimal): -4274328 or 6866878. OLE color: 6866878.

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

Color convert

RGB190199104-
CMYK0.0500.480.22
HSL65.68º45.89%59.41%-
HSV(B)65.68º47.74%78.04%-
XYZ44.1652.7920.96-
YUV185.4882.02131.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 199 (78.12% from 255) = 40.37%
BLUE value IS 104 (41.02% from 255) = 21.10%
R=38.54%
G=40.37%
B=21.10%

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
Decimal1901991040.0500.480.2265.6845.8959.41
HexBEC768503016422e3b
Octal2763071505060261025673
Binary101111101100011111010001010110000101101000010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC768; }

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

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

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

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

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

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

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

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