#BED86D

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

Shades of Wild Willow #BED86D

Tints of Wild Willow #BED86D

Color information

#BED86D (or 0xBED86D) is unknown color: approx Wild Willow. HEX triplet: BE, D8 and 6D. RGB value is (190,216,109). Sum of RGB (Red+Green+Blue) = 190+216+109=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #BED86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED86D is #412792. Grayscale: #C4C4C4. Windows color (decimal): -4269971 or 7198910. OLE color: 7198910.

HSL color Cylindrical-coordinate representation of color #BED86D: hue angle of 74.58º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BED86D is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB190216109-
CMYK0.1200.500.15
HSL74.58º57.84%63.73%-
HSV(B)74.58º49.54%84.71%-
XYZ48.5561.1623.71-
YUV196.0378.89123.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 216 (84.77% from 255) = 41.94%
BLUE value IS 109 (42.97% from 255) = 21.17%
R=36.89%
G=41.94%
B=21.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902161090.1200.500.1574.5857.8463.73
HexBED86DC032F4b3a40
Octal276330155140621711372100
Binary1011111011011000110110111000110010111110010111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED86D; }

 p { color: rgb(190,216,109); }

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

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

 a { background-color: rgb(190,216,109); }

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

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

 span { border-color: rgb(190,216,109); }

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