#BED071

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

Shades of Wild Willow #BED071

Tints of Wild Willow #BED071

Color information

#BED071 (or 0xBED071) is unknown color: approx Wild Willow. HEX triplet: BE, D0 and 71. RGB value is (190,208,113). Sum of RGB (Red+Green+Blue) = 190+208+113=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #BED071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED071 is #412F8E. Grayscale: #C0C0C0. Windows color (decimal): -4272015 or 7459006. OLE color: 7459006.

HSL color Cylindrical-coordinate representation of color #BED071: hue angle of 71.37º degrees, saturation: 0.5, 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 #BED071 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB190208113-
CMYK0.0900.460.18
HSL71.37º50.26%62.94%-
HSV(B)71.37º45.67%81.57%-
XYZ46.7757.2524.21-
YUV191.7983.54126.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 208 (81.64% from 255) = 40.70%
BLUE value IS 113 (44.53% from 255) = 22.11%
R=37.18%
G=40.70%
B=22.11%

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
Decimal1902081130.0900.460.1871.3750.2662.94
HexBED071902E1247323f
Octal27632016111056221076277
Binary1011111011010000111000110010101110100101000111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED071; }

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

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

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

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

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

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

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

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