#BED671

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

Shades of Wild Willow #BED671

Tints of Wild Willow #BED671

Color information

#BED671 (or 0xBED671) is unknown color: approx Wild Willow. HEX triplet: BE, D6 and 71. RGB value is (190,214,113). Sum of RGB (Red+Green+Blue) = 190+214+113=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #BED671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED671 is #41298E. Grayscale: #C3C3C3. Windows color (decimal): -4270479 or 7460542. OLE color: 7460542.

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

Color convert

RGB190214113-
CMYK0.1100.470.16
HSL74.26º55.19%64.12%-
HSV(B)74.26º47.2%83.92%-
XYZ48.2660.2324.71-
YUV195.3181.55124.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 214 (83.98% from 255) = 41.39%
BLUE value IS 113 (44.53% from 255) = 21.86%
R=36.75%
G=41.39%
B=21.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902141130.1100.470.1674.2655.1964.12
HexBED671B02F104a3740
Octal276326161130572011267100
Binary10111110110101101110001101101011111000010010101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED671; }

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

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

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

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

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

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

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

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