#BED871

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

Shades of Wild Willow #BED871

Tints of Wild Willow #BED871

Color information

#BED871 (or 0xBED871) is unknown color: approx Wild Willow. HEX triplet: BE, D8 and 71. RGB value is (190,216,113). Sum of RGB (Red+Green+Blue) = 190+216+113=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #BED871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED871 is #41278E. Grayscale: #C4C4C4. Windows color (decimal): -4269967 or 7461054. OLE color: 7461054.

HSL color Cylindrical-coordinate representation of color #BED871: hue angle of 75.15º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BED871 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB190216113-
CMYK0.1200.480.15
HSL75.15º56.91%64.51%-
HSV(B)75.15º47.69%84.71%-
XYZ48.7761.2524.87-
YUV196.4880.89123.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 216 (84.77% from 255) = 41.62%
BLUE value IS 113 (44.53% from 255) = 21.77%
R=36.61%
G=41.62%
B=21.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902161130.1200.480.1575.1556.9164.51
HexBED871C030F4b3941
Octal276330161140601711371101
Binary1011111011011000111000111000110000111110010111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED871; }

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

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

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

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

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

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

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

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