#BED371

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

Shades of Wild Willow #BED371

Tints of Wild Willow #BED371

Color information

#BED371 (or 0xBED371) is unknown color: approx Wild Willow. HEX triplet: BE, D3 and 71. RGB value is (190,211,113). Sum of RGB (Red+Green+Blue) = 190+211+113=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 211 - color contains mainly: green. Hex color #BED371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED371 is #412C8E. Grayscale: #C1C1C1. Windows color (decimal): -4271247 or 7459774. OLE color: 7459774.

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

Color convert

RGB190211113-
CMYK0.1000.460.17
HSL72.86º52.69%63.53%-
HSV(B)72.86º46.45%82.75%-
XYZ47.5158.7324.45-
YUV193.5582.54125.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 211 (82.81% from 255) = 41.05%
BLUE value IS 113 (44.53% from 255) = 21.98%
R=36.96%
G=41.05%
B=21.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902111130.1000.460.1772.8652.6963.53
HexBED371A02E11493540
Octal276323161120562111165100
Binary10111110110100111110001101001011101000110010011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED371; }

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

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

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

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

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

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

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

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