#BEC456

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

Shades of Wild Willow #BEC456

Tints of Wild Willow #BEC456

Color information

#BEC456 (or 0xBEC456) is unknown color: approx Wild Willow. HEX triplet: BE, C4 and 56. RGB value is (190,196,86). Sum of RGB (Red+Green+Blue) = 190+196+86=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC456 is #413BA9. Grayscale: #B6B6B6. Windows color (decimal): -4275114 or 5686462. OLE color: 5686462.

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

Color convert

RGB19019686-
CMYK0.0300.560.23
HSL63.27º48.25%55.29%-
HSV(B)63.27º56.12%76.86%-
XYZ42.6551.116.42-
YUV181.6774.01133.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 196 (76.95% from 255) = 41.53%
BLUE value IS 86 (33.98% from 255) = 18.22%
R=40.25%
G=41.53%
B=18.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190196860.0300.560.2363.2748.2555.29
HexBEC4563038173f3037
Octal276304126307027776067
Binary1011111011000100101011011011100010111111111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC456; }

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

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

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

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

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

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

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

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