#BED36D

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

Shades of Wild Willow #BED36D

Tints of Wild Willow #BED36D

Color information

#BED36D (or 0xBED36D) is unknown color: approx Wild Willow. HEX triplet: BE, D3 and 6D. RGB value is (190,211,109). Sum of RGB (Red+Green+Blue) = 190+211+109=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #BED36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED36D is #412C92. Grayscale: #C1C1C1. Windows color (decimal): -4271251 or 7197630. OLE color: 7197630.

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

Color convert

RGB190211109-
CMYK0.1000.480.17
HSL72.35º53.68%62.75%-
HSV(B)72.35º48.34%82.75%-
XYZ47.2958.6423.29-
YUV193.0980.54125.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 211 (82.81% from 255) = 41.37%
BLUE value IS 109 (42.97% from 255) = 21.37%
R=37.25%
G=41.37%
B=21.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902111090.1000.480.1772.3553.6862.75
HexBED36DA0301148363f
Octal27632315512060211106677
Binary1011111011010011110110110100110000100011001000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED36D; }

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

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

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

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

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

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

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

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