#BED36A

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

Shades of Wild Willow #BED36A

Tints of Wild Willow #BED36A

Color information

#BED36A (or 0xBED36A) is unknown color: approx Wild Willow. HEX triplet: BE, D3 and 6A. RGB value is (190,211,106). Sum of RGB (Red+Green+Blue) = 190+211+106=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #BED36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED36A is #412C95. Grayscale: #C1C1C1. Windows color (decimal): -4271254 or 7001022. OLE color: 7001022.

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

Color convert

RGB190211106-
CMYK0.1000.500.17
HSL72º54.4%62.16%-
HSV(B)72º49.76%82.75%-
XYZ47.1358.5822.46-
YUV192.7579.04126.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 211 (82.81% from 255) = 41.62%
BLUE value IS 106 (41.80% from 255) = 20.91%
R=37.48%
G=41.62%
B=20.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902111060.1000.500.177254.462.16
HexBED36AA0321148363e
Octal27632315212062211106676
Binary1011111011010011110101010100110010100011001000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED36A; }

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

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

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

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

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

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

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

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