#BED65A

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

Shades of Wild Willow #BED65A

Tints of Wild Willow #BED65A

Color information

#BED65A (or 0xBED65A) is unknown color: approx Wild Willow. HEX triplet: BE, D6 and 5A. RGB value is (190,214,90). Sum of RGB (Red+Green+Blue) = 190+214+90=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #BED65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED65A is #4129A5. Grayscale: #C1C1C1. Windows color (decimal): -4270502 or 5953214. OLE color: 5953214.

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

Color convert

RGB19021490-
CMYK0.1100.580.16
HSL71.61º60.19%59.61%-
HSV(B)71.61º57.94%83.92%-
XYZ47.1359.7818.73-
YUV192.6970.05126.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 214 (83.98% from 255) = 43.32%
BLUE value IS 90 (35.55% from 255) = 18.22%
R=38.46%
G=43.32%
B=18.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190214900.1100.580.1671.6160.1959.61
HexBED65AB03A10483c3c
Octal27632613213072201107474
Binary1011111011010110101101010110111010100001001000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED65A; }

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

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

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

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

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

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

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

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