#BEC156

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

Shades of Wild Willow #BEC156

Tints of Wild Willow #BEC156

Color information

#BEC156 (or 0xBEC156) is unknown color: approx Wild Willow. HEX triplet: BE, C1 and 56. RGB value is (190,193,86). Sum of RGB (Red+Green+Blue) = 190+193+86=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC156 is #413EA9. Grayscale: #B4B4B4. Windows color (decimal): -4275882 or 5685694. OLE color: 5685694.

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

Color convert

RGB19019386-
CMYK0.0200.550.24
HSL61.68º46.32%54.71%-
HSV(B)61.68º55.44%75.69%-
XYZ41.9849.7616.2-
YUV179.975.01135.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 193 (75.78% from 255) = 41.15%
BLUE value IS 86 (33.98% from 255) = 18.34%
R=40.51%
G=41.15%
B=18.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190193860.0200.550.2461.6846.3254.71
HexBEC1562037183e2e37
Octal276301126206730765667
Binary1011111011000001101011010011011111000111110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC156; }

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

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

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

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

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

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

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

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