#BED26E

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

Shades of Wild Willow #BED26E

Tints of Wild Willow #BED26E

Color information

#BED26E (or 0xBED26E) is unknown color: approx Wild Willow. HEX triplet: BE, D2 and 6E. RGB value is (190,210,110). Sum of RGB (Red+Green+Blue) = 190+210+110=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #BED26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED26E is #412D91. Grayscale: #C0C0C0. Windows color (decimal): -4271506 or 7262910. OLE color: 7262910.

HSL color Cylindrical-coordinate representation of color #BED26E: hue angle of 72º 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 #BED26E is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB190210110-
CMYK0.1000.480.18
HSL72º52.63%62.75%-
HSV(B)72º47.62%82.35%-
XYZ47.158.1723.5-
YUV192.6281.37126.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 210 (82.42% from 255) = 41.18%
BLUE value IS 110 (43.36% from 255) = 21.57%
R=37.25%
G=41.18%
B=21.57%

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
Decimal1902101100.1000.480.187252.6362.75
HexBED26EA0301248353f
Octal27632215612060221106577
Binary1011111011010010110111010100110000100101001000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED26E; }

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

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

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

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

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

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

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

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