#BEC85E

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

Shades of Wild Willow #BEC85E

Tints of Wild Willow #BEC85E

Color information

#BEC85E (or 0xBEC85E) is unknown color: approx Wild Willow. HEX triplet: BE, C8 and 5E. RGB value is (190,200,94). Sum of RGB (Red+Green+Blue) = 190+200+94=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC85E is #4137A1. Grayscale: #B9B9B9. Windows color (decimal): -4274082 or 6211774. OLE color: 6211774.

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

Color convert

RGB19020094-
CMYK0.0500.530.22
HSL65.66º49.07%57.65%-
HSV(B)65.66º53%78.43%-
XYZ43.9153.0618.52-
YUV184.9376.69131.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 200 (78.52% from 255) = 41.32%
BLUE value IS 94 (37.11% from 255) = 19.42%
R=39.26%
G=41.32%
B=19.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190200940.0500.530.2265.6649.0757.65
HexBEC85E50351642313a
Octal2763101365065261026172
Binary101111101100100010111101010110101101101000010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC85E; }

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

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

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

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

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

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

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

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