#BEC65F

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

Shades of Wild Willow #BEC65F

Tints of Wild Willow #BEC65F

Color information

#BEC65F (or 0xBEC65F) is unknown color: approx Wild Willow. HEX triplet: BE, C6 and 5F. RGB value is (190,198,95). Sum of RGB (Red+Green+Blue) = 190+198+95=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC65F is #4139A0. Grayscale: #B8B8B8. Windows color (decimal): -4274593 or 6276798. OLE color: 6276798.

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

Color convert

RGB19019895-
CMYK0.0400.520.22
HSL64.66º47.47%57.45%-
HSV(B)64.66º52.02%77.65%-
XYZ43.4952.1618.6-
YUV183.8777.85132.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 198 (77.73% from 255) = 40.99%
BLUE value IS 95 (37.5% from 255) = 19.67%
R=39.34%
G=40.99%
B=19.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190198950.0400.520.2264.6647.4757.45
HexBEC65F403416412f39
Octal2763061374064261015771
Binary101111101100011010111111000110100101101000001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC65F; }

 p { color: rgb(190,198,95); }

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

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

 a { background-color: rgb(190,198,95); }

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

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

 span { border-color: rgb(190,198,95); }

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