#BED861

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

Shades of Wild Willow #BED861

Tints of Wild Willow #BED861

Color information

#BED861 (or 0xBED861) is unknown color: approx Wild Willow. HEX triplet: BE, D8 and 61. RGB value is (190,216,97). Sum of RGB (Red+Green+Blue) = 190+216+97=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #BED861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED861 is #41279E. Grayscale: #C3C3C3. Windows color (decimal): -4269983 or 6412478. OLE color: 6412478.

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

Color convert

RGB19021697-
CMYK0.1200.550.15
HSL73.11º60.41%61.37%-
HSV(B)73.11º55.09%84.71%-
XYZ47.9560.9220.54-
YUV194.6672.89124.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 216 (84.77% from 255) = 42.94%
BLUE value IS 97 (38.28% from 255) = 19.28%
R=37.77%
G=42.94%
B=19.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal190216970.1200.550.1573.1160.4161.37
HexBED861C037F493c3d
Octal27633014114067171117475
Binary101111101101100011000011100011011111111001001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED861; }

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

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

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

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

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

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

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

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