#BED765

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

Shades of Wild Willow #BED765

Tints of Wild Willow #BED765

Color information

#BED765 (or 0xBED765) is unknown color: approx Wild Willow. HEX triplet: BE, D7 and 65. RGB value is (190,215,101). Sum of RGB (Red+Green+Blue) = 190+215+101=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #BED765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED765 is #41289A. Grayscale: #C2C2C2. Windows color (decimal): -4270235 or 6674366. OLE color: 6674366.

HSL color Cylindrical-coordinate representation of color #BED765: hue angle of 73.16º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BED765 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB190215101-
CMYK0.1200.530.16
HSL73.16º58.76%61.96%-
HSV(B)73.16º53.02%84.31%-
XYZ47.8860.4921.46-
YUV194.5375.22124.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 215 (84.38% from 255) = 42.49%
BLUE value IS 101 (39.84% from 255) = 19.96%
R=37.55%
G=42.49%
B=19.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151010.1200.530.1673.1658.7661.96
HexBED765C03510493b3e
Octal27632714514065201117376
Binary1011111011010111110010111000110101100001001001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED765; }

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

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

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

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

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

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

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

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