#BED162

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

Shades of Wild Willow #BED162

Tints of Wild Willow #BED162

Color information

#BED162 (or 0xBED162) is unknown color: approx Wild Willow. HEX triplet: BE, D1 and 62. RGB value is (190,209,98). Sum of RGB (Red+Green+Blue) = 190+209+98=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 209 - color contains mainly: green. Hex color #BED162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED162 is #412E9D. Grayscale: #BFBFBF. Windows color (decimal): -4271774 or 6476222. OLE color: 6476222.

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

Color convert

RGB19020998-
CMYK0.0900.530.18
HSL70.27º54.68%60.2%-
HSV(B)70.27º53.11%81.96%-
XYZ46.2457.4320.2-
YUV190.6675.71127.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 209 (82.03% from 255) = 42.05%
BLUE value IS 98 (38.67% from 255) = 19.72%
R=38.23%
G=42.05%
B=19.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190209980.0900.530.1870.2754.6860.2
HexBED16290351246373c
Octal27632114211065221066774
Binary1011111011010001110001010010110101100101000110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED162; }

 p { color: rgb(190,209,98); }

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

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

 a { background-color: rgb(190,209,98); }

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

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

 span { border-color: rgb(190,209,98); }

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