#BED56E

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

Shades of Wild Willow #BED56E

Tints of Wild Willow #BED56E

Color information

#BED56E (or 0xBED56E) is unknown color: approx Wild Willow. HEX triplet: BE, D5 and 6E. RGB value is (190,213,110). Sum of RGB (Red+Green+Blue) = 190+213+110=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #BED56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED56E is #412A91. Grayscale: #C2C2C2. Windows color (decimal): -4270738 or 7263678. OLE color: 7263678.

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

Color convert

RGB190213110-
CMYK0.1100.480.16
HSL73.4º55.08%63.33%-
HSV(B)73.4º48.36%83.53%-
XYZ47.8459.6623.75-
YUV194.3880.38124.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 213 (83.59% from 255) = 41.52%
BLUE value IS 110 (43.36% from 255) = 21.44%
R=37.04%
G=41.52%
B=21.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902131100.1100.480.1673.455.0863.33
HexBED56EB0301049373f
Octal27632515613060201116777
Binary1011111011010101110111010110110000100001001001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED56E; }

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

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

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

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

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

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

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

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