#BED160

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

Shades of Wild Willow #BED160

Tints of Wild Willow #BED160

Color information

#BED160 (or 0xBED160) is unknown color: approx Wild Willow. HEX triplet: BE, D1 and 60. RGB value is (190,209,96). Sum of RGB (Red+Green+Blue) = 190+209+96=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #BED160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED160 is #412E9F. Grayscale: #BEBEBE. Windows color (decimal): -4271776 or 6345150. OLE color: 6345150.

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

Color convert

RGB19020996-
CMYK0.0900.540.18
HSL70.09º55.12%59.8%-
HSV(B)70.09º54.07%81.96%-
XYZ46.1557.3919.71-
YUV190.4474.71127.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 209 (82.03% from 255) = 42.22%
BLUE value IS 96 (37.89% from 255) = 19.39%
R=38.38%
G=42.22%
B=19.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190209960.0900.540.1870.0955.1259.8
HexBED16090361246373c
Octal27632114011066221066774
Binary1011111011010001110000010010110110100101000110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED160; }

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

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

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

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

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

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

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

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