#BED760

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

Shades of Wild Willow #BED760

Tints of Wild Willow #BED760

Color information

#BED760 (or 0xBED760) is unknown color: approx Wild Willow. HEX triplet: BE, D7 and 60. RGB value is (190,215,96). Sum of RGB (Red+Green+Blue) = 190+215+96=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #BED760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED760 is #41289F. Grayscale: #C2C2C2. Windows color (decimal): -4270240 or 6346686. OLE color: 6346686.

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

Color convert

RGB19021596-
CMYK0.1200.550.16
HSL72.61º59.8%60.98%-
HSV(B)72.61º55.35%84.31%-
XYZ47.6560.3920.21-
YUV193.9672.72125.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 215 (84.38% from 255) = 42.91%
BLUE value IS 96 (37.89% from 255) = 19.16%
R=37.92%
G=42.91%
B=19.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190215960.1200.550.1672.6159.860.98
HexBED760C03710493c3d
Octal27632714014067201117475
Binary1011111011010111110000011000110111100001001001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED760; }

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

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

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

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

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

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

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

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