#BED361

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

Shades of Wild Willow #BED361

Tints of Wild Willow #BED361

Color information

#BED361 (or 0xBED361) is unknown color: approx Wild Willow. HEX triplet: BE, D3 and 61. RGB value is (190,211,97). Sum of RGB (Red+Green+Blue) = 190+211+97=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 211 - color contains mainly: green. Hex color #BED361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED361 is #412C9E. Grayscale: #C0C0C0. Windows color (decimal): -4271263 or 6411198. OLE color: 6411198.

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

Color convert

RGB19021197-
CMYK0.1000.540.17
HSL71.05º56.44%60.39%-
HSV(B)71.05º54.03%82.75%-
XYZ46.6958.420.12-
YUV191.7274.54126.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 211 (82.81% from 255) = 42.37%
BLUE value IS 97 (38.28% from 255) = 19.48%
R=38.15%
G=42.37%
B=19.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal190211970.1000.540.1771.0556.4460.39
HexBED361A0361147383c
Octal27632314112066211077074
Binary1011111011010011110000110100110110100011000111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED361; }

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

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

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

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

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

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

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

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