#BEC96A

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

Shades of Wild Willow #BEC96A

Tints of Wild Willow #BEC96A

Color information

#BEC96A (or 0xBEC96A) is unknown color: approx Wild Willow. HEX triplet: BE, C9 and 6A. RGB value is (190,201,106). Sum of RGB (Red+Green+Blue) = 190+201+106=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC96A is #413695. Grayscale: #BBBBBB. Windows color (decimal): -4273814 or 6998462. OLE color: 6998462.

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

Color convert

RGB190201106-
CMYK0.0500.470.21
HSL66.95º46.8%60.2%-
HSV(B)66.95º47.26%78.82%-
XYZ44.7253.7621.66-
YUV186.8882.36130.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 201 (78.91% from 255) = 40.44%
BLUE value IS 106 (41.80% from 255) = 21.33%
R=38.23%
G=40.44%
B=21.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011060.0500.470.2166.9546.860.2
HexBEC96A502F15432f3c
Octal2763111525057251035774
Binary101111101100100111010101010101111101011000011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC96A; }

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

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

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

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

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

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

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

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