#BEC360

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

Shades of Wild Willow #BEC360

Tints of Wild Willow #BEC360

Color information

#BEC360 (or 0xBEC360) is unknown color: approx Wild Willow. HEX triplet: BE, C3 and 60. RGB value is (190,195,96). Sum of RGB (Red+Green+Blue) = 190+195+96=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC360 is #413C9F. Grayscale: #B6B6B6. Windows color (decimal): -4275360 or 6341566. OLE color: 6341566.

HSL color Cylindrical-coordinate representation of color #BEC360: hue angle of 63.03º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEC360 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19019596-
CMYK0.0300.510.24
HSL63.03º45.21%57.06%-
HSV(B)63.03º50.77%76.47%-
XYZ42.8650.8218.62-
YUV182.2279.34133.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 195 (76.56% from 255) = 40.54%
BLUE value IS 96 (37.89% from 255) = 19.96%
R=39.50%
G=40.54%
B=19.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190195960.0300.510.2463.0345.2157.06
HexBEC3603033183f2d39
Octal276303140306330775571
Binary1011111011000011110000011011001111000111111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC360; }

 p { color: rgb(190,195,96); }

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

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

 a { background-color: rgb(190,195,96); }

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

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

 span { border-color: rgb(190,195,96); }

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