#BED161

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

Shades of Wild Willow #BED161

Tints of Wild Willow #BED161

Color information

#BED161 (or 0xBED161) is unknown color: approx Wild Willow. HEX triplet: BE, D1 and 61. RGB value is (190,209,97). Sum of RGB (Red+Green+Blue) = 190+209+97=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 97 (38.28% from 255 or 19.56% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #BED161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED161 is #412E9E. Grayscale: #BEBEBE. Windows color (decimal): -4271775 or 6410686. OLE color: 6410686.

HSL color Cylindrical-coordinate representation of color #BED161: hue angle of 70.18º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BED161 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB19020997-
CMYK0.0900.540.18
HSL70.18º54.9%60%-
HSV(B)70.18º53.59%81.96%-
XYZ46.1957.4119.96-
YUV190.5575.21127.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 209 (82.03% from 255) = 42.14%
BLUE value IS 97 (38.28% from 255) = 19.56%
R=38.31%
G=42.14%
B=19.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190209970.0900.540.1870.1854.960
HexBED16190361246373c
Octal27632114111066221066774
Binary1011111011010001110000110010110110100101000110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED161; }

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

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

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

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

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

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

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

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