#BED26D

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

Shades of Wild Willow #BED26D

Tints of Wild Willow #BED26D

Color information

#BED26D (or 0xBED26D) is unknown color: approx Wild Willow. HEX triplet: BE, D2 and 6D. RGB value is (190,210,109). Sum of RGB (Red+Green+Blue) = 190+210+109=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #BED26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED26D is #412D92. Grayscale: #C0C0C0. Windows color (decimal): -4271507 or 7197374. OLE color: 7197374.

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

Color convert

RGB190210109-
CMYK0.1000.480.18
HSL71.88º52.88%62.55%-
HSV(B)71.88º48.1%82.35%-
XYZ47.0458.1423.21-
YUV192.5180.87126.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 210 (82.42% from 255) = 41.26%
BLUE value IS 109 (42.97% from 255) = 21.41%
R=37.33%
G=41.26%
B=21.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902101090.1000.480.1871.8852.8862.55
HexBED26DA0301248353f
Octal27632215512060221106577
Binary1011111011010010110110110100110000100101001000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED26D; }

 p { color: rgb(190,210,109); }

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

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

 a { background-color: rgb(190,210,109); }

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

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

 span { border-color: rgb(190,210,109); }

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