#BED364

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

Shades of Wild Willow #BED364

Tints of Wild Willow #BED364

Color information

#BED364 (or 0xBED364) is unknown color: approx Wild Willow. HEX triplet: BE, D3 and 64. RGB value is (190,211,100). Sum of RGB (Red+Green+Blue) = 190+211+100=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 211 - color contains mainly: green. Hex color #BED364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED364 is #412C9B. Grayscale: #C0C0C0. Windows color (decimal): -4271260 or 6607806. OLE color: 6607806.

HSL color Cylindrical-coordinate representation of color #BED364: hue angle of 71.35º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BED364 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB190211100-
CMYK0.1000.530.17
HSL71.35º55.78%60.98%-
HSV(B)71.35º52.61%82.75%-
XYZ46.8358.4620.87-
YUV192.0776.04126.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 211 (82.81% from 255) = 42.12%
BLUE value IS 100 (39.45% from 255) = 19.96%
R=37.92%
G=42.12%
B=19.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902111000.1000.530.1771.3555.7860.98
HexBED364A0351147383d
Octal27632314412065211077075
Binary1011111011010011110010010100110101100011000111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED364; }

 p { color: rgb(190,211,100); }

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

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

 a { background-color: rgb(190,211,100); }

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

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

 span { border-color: rgb(190,211,100); }

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