#BEC256

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

Shades of Wild Willow #BEC256

Tints of Wild Willow #BEC256

Color information

#BEC256 (or 0xBEC256) is unknown color: approx Wild Willow. HEX triplet: BE, C2 and 56. RGB value is (190,194,86). Sum of RGB (Red+Green+Blue) = 190+194+86=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC256 is #413DA9. Grayscale: #B4B4B4. Windows color (decimal): -4275626 or 5685950. OLE color: 5685950.

HSL color Cylindrical-coordinate representation of color #BEC256: hue angle of 62.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEC256 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19019486-
CMYK0.0200.560.24
HSL62.22º46.96%54.9%-
HSV(B)62.22º55.67%76.08%-
XYZ42.2150.216.27-
YUV180.4974.67134.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 194 (76.17% from 255) = 41.28%
BLUE value IS 86 (33.98% from 255) = 18.30%
R=40.43%
G=41.28%
B=18.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190194860.0200.560.2462.2246.9654.9
HexBEC2562038183e2f37
Octal276302126207030765767
Binary1011111011000010101011010011100011000111110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC256; }

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

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

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

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

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

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

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

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