#BED16B

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

Shades of Wild Willow #BED16B

Tints of Wild Willow #BED16B

Color information

#BED16B (or 0xBED16B) is unknown color: approx Wild Willow. HEX triplet: BE, D1 and 6B. RGB value is (190,209,107). Sum of RGB (Red+Green+Blue) = 190+209+107=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #BED16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED16B is #412E94. Grayscale: #C0C0C0. Windows color (decimal): -4271765 or 7066046. OLE color: 7066046.

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

Color convert

RGB190209107-
CMYK0.0900.490.18
HSL71.18º52.58%61.96%-
HSV(B)71.18º48.8%81.96%-
XYZ46.6957.6122.57-
YUV191.6980.21126.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 107 (42.19% from 255) = 21.15%
R=37.55%
G=41.30%
B=21.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091070.0900.490.1871.1852.5861.96
HexBED16B90311247353e
Octal27632115311061221076576
Binary1011111011010001110101110010110001100101000111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED16B; }

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

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

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

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

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

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

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

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