#BED561

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

Shades of Wild Willow #BED561

Tints of Wild Willow #BED561

Color information

#BED561 (or 0xBED561) is unknown color: approx Wild Willow. HEX triplet: BE, D5 and 61. RGB value is (190,213,97). Sum of RGB (Red+Green+Blue) = 190+213+97=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #BED561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED561 is #412A9E. Grayscale: #C1C1C1. Windows color (decimal): -4270751 or 6411710. OLE color: 6411710.

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

Color convert

RGB19021397-
CMYK0.1100.540.16
HSL71.9º58%60.78%-
HSV(B)71.9º54.46%83.53%-
XYZ47.1959.420.29-
YUV192.973.88125.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 213 (83.59% from 255) = 42.6%
BLUE value IS 97 (38.28% from 255) = 19.4%
R=38%
G=42.6%
B=19.4%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190213970.1100.540.1671.95860.78
HexBED561B03610483a3d
Octal27632514113066201107275
Binary1011111011010101110000110110110110100001001000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED561; }

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

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

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

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

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

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

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

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