#BEC76A

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

Shades of Wild Willow #BEC76A

Tints of Wild Willow #BEC76A

Color information

#BEC76A (or 0xBEC76A) is unknown color: approx Wild Willow. HEX triplet: BE, C7 and 6A. RGB value is (190,199,106). Sum of RGB (Red+Green+Blue) = 190+199+106=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC76A is #413895. Grayscale: #BABABA. Windows color (decimal): -4274326 or 6997950. OLE color: 6997950.

HSL color Cylindrical-coordinate representation of color #BEC76A: hue angle of 65.81º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEC76A is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB190199106-
CMYK0.0500.470.22
HSL65.81º45.37%59.8%-
HSV(B)65.81º46.73%78.04%-
XYZ44.2652.8321.5-
YUV185.7183.02131.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 199 (78.12% from 255) = 40.20%
BLUE value IS 106 (41.80% from 255) = 21.41%
R=38.38%
G=40.20%
B=21.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901991060.0500.470.2265.8145.3759.8
HexBEC76A502F16422d3c
Octal2763071525057261025574
Binary101111101100011111010101010101111101101000010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC76A; }

 p { color: rgb(190,199,106); }

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

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

 a { background-color: rgb(190,199,106); }

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

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

 span { border-color: rgb(190,199,106); }

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