#BED66F

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

Shades of Wild Willow #BED66F

Tints of Wild Willow #BED66F

Color information

#BED66F (or 0xBED66F) is unknown color: approx Wild Willow. HEX triplet: BE, D6 and 6F. RGB value is (190,214,111). Sum of RGB (Red+Green+Blue) = 190+214+111=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #BED66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED66F is #412990. Grayscale: #C3C3C3. Windows color (decimal): -4270481 or 7329470. OLE color: 7329470.

HSL color Cylindrical-coordinate representation of color #BED66F: hue angle of 73.98º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BED66F is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB190214111-
CMYK0.1100.480.16
HSL73.98º55.68%63.73%-
HSV(B)73.98º48.13%83.92%-
XYZ48.1560.1924.12-
YUV195.0880.55124.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 214 (83.98% from 255) = 41.55%
BLUE value IS 111 (43.75% from 255) = 21.55%
R=36.89%
G=41.55%
B=21.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902141110.1100.480.1673.9855.6863.73
HexBED66FB030104a3840
Octal276326157130602011270100
Binary10111110110101101101111101101100001000010010101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED66F; }

 p { color: rgb(190,214,111); }

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

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

 a { background-color: rgb(190,214,111); }

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

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

 span { border-color: rgb(190,214,111); }

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