#BED065

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

Shades of Wild Willow #BED065

Tints of Wild Willow #BED065

Color information

#BED065 (or 0xBED065) is unknown color: approx Wild Willow. HEX triplet: BE, D0 and 65. RGB value is (190,208,101). Sum of RGB (Red+Green+Blue) = 190+208+101=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #BED065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED065 is #412F9A. Grayscale: #BEBEBE. Windows color (decimal): -4272027 or 6672574. OLE color: 6672574.

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

Color convert

RGB190208101-
CMYK0.0900.510.18
HSL70.09º53.23%60.59%-
HSV(B)70.09º51.44%81.57%-
XYZ46.145720.88-
YUV190.4277.54127.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 208 (81.64% from 255) = 41.68%
BLUE value IS 101 (39.84% from 255) = 20.24%
R=38.08%
G=41.68%
B=20.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902081010.0900.510.1870.0953.2360.59
HexBED06590331246353d
Octal27632014511063221066575
Binary1011111011010000110010110010110011100101000110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED065; }

 p { color: rgb(190,208,101); }

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

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

 a { background-color: rgb(190,208,101); }

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

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

 span { border-color: rgb(190,208,101); }

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