#BED16A

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

Shades of Wild Willow #BED16A

Tints of Wild Willow #BED16A

Color information

#BED16A (or 0xBED16A) is unknown color: approx Wild Willow. HEX triplet: BE, D1 and 6A. RGB value is (190,209,106). Sum of RGB (Red+Green+Blue) = 190+209+106=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #BED16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED16A is #412E95. Grayscale: #BFBFBF. Windows color (decimal): -4271766 or 7000510. OLE color: 7000510.

HSL color Cylindrical-coordinate representation of color #BED16A: hue angle of 71.07º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BED16A is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB190209106-
CMYK0.0900.490.18
HSL71.07º52.82%61.76%-
HSV(B)71.07º49.28%81.96%-
XYZ46.6457.5922.29-
YUV191.5879.71126.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 209 (82.03% from 255) = 41.39%
BLUE value IS 106 (41.80% from 255) = 20.99%
R=37.62%
G=41.39%
B=20.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091060.0900.490.1871.0752.8261.76
HexBED16A90311247353e
Octal27632115211061221076576
Binary1011111011010001110101010010110001100101000111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED16A; }

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

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

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

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

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

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

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

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