#BEC95F

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

Shades of Wild Willow #BEC95F

Tints of Wild Willow #BEC95F

Color information

#BEC95F (or 0xBEC95F) is unknown color: approx Wild Willow. HEX triplet: BE, C9 and 5F. RGB value is (190,201,95). Sum of RGB (Red+Green+Blue) = 190+201+95=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC95F is #4136A0. Grayscale: #BABABA. Windows color (decimal): -4273825 or 6277566. OLE color: 6277566.

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

Color convert

RGB19020195-
CMYK0.0500.530.21
HSL66.23º49.53%58.04%-
HSV(B)66.23º52.74%78.82%-
XYZ44.1953.5518.83-
YUV185.6376.86131.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 201 (78.91% from 255) = 41.36%
BLUE value IS 95 (37.5% from 255) = 19.55%
R=39.09%
G=41.36%
B=19.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190201950.0500.530.2166.2349.5358.04
HexBEC95F50351542323a
Octal2763111375065251026272
Binary101111101100100110111111010110101101011000010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC95F; }

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

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

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

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

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

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

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

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