#BED56D

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

Shades of Wild Willow #BED56D

Tints of Wild Willow #BED56D

Color information

#BED56D (or 0xBED56D) is unknown color: approx Wild Willow. HEX triplet: BE, D5 and 6D. RGB value is (190,213,109). Sum of RGB (Red+Green+Blue) = 190+213+109=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #BED56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED56D is #412A92. Grayscale: #C2C2C2. Windows color (decimal): -4270739 or 7198142. OLE color: 7198142.

HSL color Cylindrical-coordinate representation of color #BED56D: hue angle of 73.27º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BED56D is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB190213109-
CMYK0.1100.490.16
HSL73.27º55.32%63.14%-
HSV(B)73.27º48.83%83.53%-
XYZ47.7959.6423.46-
YUV194.2779.88124.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 213 (83.59% from 255) = 41.60%
BLUE value IS 109 (42.97% from 255) = 21.29%
R=37.11%
G=41.60%
B=21.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902131090.1100.490.1673.2755.3263.14
HexBED56DB0311049373f
Octal27632515513061201116777
Binary1011111011010101110110110110110001100001001001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED56D; }

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

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

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

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

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

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

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

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