#BED674

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

Shades of Wild Willow #BED674

Tints of Wild Willow #BED674

Color information

#BED674 (or 0xBED674) is unknown color: approx Wild Willow. HEX triplet: BE, D6 and 74. RGB value is (190,214,116). Sum of RGB (Red+Green+Blue) = 190+214+116=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #BED674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED674 is #41298B. Grayscale: #C4C4C4. Windows color (decimal): -4270476 or 7657150. OLE color: 7657150.

HSL color Cylindrical-coordinate representation of color #BED674: hue angle of 74.69º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BED674 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB190214116-
CMYK0.1100.460.16
HSL74.69º54.44%64.71%-
HSV(B)74.69º45.79%83.92%-
XYZ48.4360.325.61-
YUV195.6583.05123.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 214 (83.98% from 255) = 41.15%
BLUE value IS 116 (45.70% from 255) = 22.31%
R=36.54%
G=41.15%
B=22.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902141160.1100.460.1674.6954.4464.71
HexBED674B02E104b3641
Octal276326164130562011366101
Binary10111110110101101110100101101011101000010010111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED674; }

 p { color: rgb(190,214,116); }

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

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

 a { background-color: rgb(190,214,116); }

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

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

 span { border-color: rgb(190,214,116); }

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