#BEC561

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

Shades of Wild Willow #BEC561

Tints of Wild Willow #BEC561

Color information

#BEC561 (or 0xBEC561) is unknown color: approx Wild Willow. HEX triplet: BE, C5 and 61. RGB value is (190,197,97). Sum of RGB (Red+Green+Blue) = 190+197+97=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC561 is #413A9E. Grayscale: #B7B7B7. Windows color (decimal): -4274847 or 6407614. OLE color: 6407614.

HSL color Cylindrical-coordinate representation of color #BEC561: hue angle of 64.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEC561 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19019797-
CMYK0.0400.510.23
HSL64.2º46.3%57.65%-
HSV(B)64.2º50.76%77.25%-
XYZ43.3651.7419.01-
YUV183.5179.18132.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 197 (77.34% from 255) = 40.70%
BLUE value IS 97 (38.28% from 255) = 20.04%
R=39.26%
G=40.70%
B=20.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190197970.0400.510.2364.246.357.65
HexBEC561403317402e3a
Octal2763051414063271005672
Binary101111101100010111000011000110011101111000000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC561; }

 p { color: rgb(190,197,97); }

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

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

 a { background-color: rgb(190,197,97); }

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

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

 span { border-color: rgb(190,197,97); }

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