#BED166

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

Shades of Wild Willow #BED166

Tints of Wild Willow #BED166

Color information

#BED166 (or 0xBED166) is unknown color: approx Wild Willow. HEX triplet: BE, D1 and 66. RGB value is (190,209,102). Sum of RGB (Red+Green+Blue) = 190+209+102=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #BED166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED166 is #412E99. Grayscale: #BFBFBF. Windows color (decimal): -4271770 or 6738366. OLE color: 6738366.

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

Color convert

RGB190209102-
CMYK0.0900.510.18
HSL70.65º53.77%60.98%-
HSV(B)70.65º51.2%81.96%-
XYZ46.4357.5121.22-
YUV191.1277.71127.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 209 (82.03% from 255) = 41.72%
BLUE value IS 102 (40.23% from 255) = 20.36%
R=37.92%
G=41.72%
B=20.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091020.0900.510.1870.6553.7760.98
HexBED16690331247363d
Octal27632114611063221076675
Binary1011111011010001110011010010110011100101000111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED166; }

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

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

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

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

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

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

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

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