#BEC45C

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

Shades of Wild Willow #BEC45C

Tints of Wild Willow #BEC45C

Color information

#BEC45C (or 0xBEC45C) is unknown color: approx Wild Willow. HEX triplet: BE, C4 and 5C. RGB value is (190,196,92). Sum of RGB (Red+Green+Blue) = 190+196+92=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC45C is #413BA3. Grayscale: #B6B6B6. Windows color (decimal): -4275108 or 6079678. OLE color: 6079678.

HSL color Cylindrical-coordinate representation of color #BEC45C: hue angle of 63.46º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEC45C is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19019692-
CMYK0.0300.530.23
HSL63.46º46.85%56.47%-
HSV(B)63.46º53.06%76.86%-
XYZ42.9151.217.75-
YUV182.3577.01133.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 196 (76.95% from 255) = 41.00%
BLUE value IS 92 (36.33% from 255) = 19.25%
R=39.75%
G=41.00%
B=19.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190196920.0300.530.2363.4646.8556.47
HexBEC45C3035173f2f38
Octal276304134306527775770
Binary1011111011000100101110011011010110111111111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC45C; }

 p { color: rgb(190,196,92); }

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

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

 a { background-color: rgb(190,196,92); }

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

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

 span { border-color: rgb(190,196,92); }

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