#BED171

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

Shades of Wild Willow #BED171

Tints of Wild Willow #BED171

Color information

#BED171 (or 0xBED171) is unknown color: approx Wild Willow. HEX triplet: BE, D1 and 71. RGB value is (190,209,113). Sum of RGB (Red+Green+Blue) = 190+209+113=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #BED171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED171 is #412E8E. Grayscale: #C0C0C0. Windows color (decimal): -4271759 or 7459262. OLE color: 7459262.

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

Color convert

RGB190209113-
CMYK0.0900.460.18
HSL71.88º51.06%63.14%-
HSV(B)71.88º45.93%81.96%-
XYZ47.0257.7424.29-
YUV192.3883.21126.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 209 (82.03% from 255) = 40.82%
BLUE value IS 113 (44.53% from 255) = 22.07%
R=37.11%
G=40.82%
B=22.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091130.0900.460.1871.8851.0663.14
HexBED171902E1248333f
Octal27632116111056221106377
Binary1011111011010001111000110010101110100101001000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED171; }

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

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

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

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

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

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

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

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